Updates the regression object.
Updates the regression object with a new observation.
public void Update(double[],double);
Updates the regression object with a new observation and weight.
public void Update(double[],double,double);
Updates the regression object with a new set of observations.
public void Update(double[,],double[]);
Updates the regression object with a new set of observations and weights.
public void Update(double[,],double[],double[]);
LinearRegression Class | Imsl.Stat Namespace