IMSL C# Numerical Library

LinearRegression.Update Method

Updates the regression object.

Overload List

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[]);

See Also

LinearRegression Class | Imsl.Stat Namespace