IMSL C# Numerical Library

UserBasisRegression.Update Method 

Adds a new observation and associated weight to the IRegressionBasis object.

public void Update(
   double x,
   double y,
   double w
);

Parameters

x
A double containing the independent (explanatory) variable.
y
A double containing the dependent (response) variable.
w
A double representing the weight.

See Also

UserBasisRegression Class | Imsl.Stat Namespace