Updates the regression object.

Overload List

NameDescription
Update(array<Double,2>[,](,)[,], array<Double>[]()[])
Updates the regression object with a new set of observations.
Update(array<Double>[]()[], Double)
Updates the regression object with a new observation.
Update(array<Double,2>[,](,)[,], array<Double>[]()[], array<Double>[]()[])
Updates the regression object with a new set of observations and weights.
Update(array<Double>[]()[], Double, Double)
Updates the regression object with a new observation and weight.

See Also