Grocer Function

NAME

ols1a - ordinary least squares

CALLING SEQUENCE

[results]=ols1a(y,x,results)

PARAMETERS

Input

Output

DESCRIPTION

One of the numerous functions performing ordinary least squares: this one assumes that x et y are already a matrix and a vector respectively, that a result tlist exists which can be filled and does not provide DW, Rē statistics.

EXAMPLE

1) r=ols1a(y,xd,rmod)

This example is taken from auto_stage0.

AUTHOR

Eric Dubois 2002