<< cmpmod Regression lsselect >>

Stixbox >> Stixbox > Regression > lsfit

lsfit

Fit a multiple regression normal model

Calling Sequence

[b, Ib, e, s, Is] = lsfit(y,x,C);

Parameters

y

dependant variate (column vector)

x

regressor variates

C

confidence level for the confidence intervals (default0.95).

b

vector of point estimates,

Ib

confidence intervals,

s

estimated standard deviation of error with confidence interval Is,

e

residuals.

Description

Fit a multiple regression normal model. An intercept not included in x is automatically added as an extra column.

See Also


Report an issue
<< cmpmod Regression lsselect >>