UserBasisRegressionUpdate Method |
Adds a new observation and associated weight to the
IRegressionBasis object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void Update(
double x,
double y,
double w
)
Public Sub Update (
x As Double,
y As Double,
w As Double
)
public:
void Update(
double x,
double y,
double w
)
member Update :
x : float *
y : float *
w : float -> unit
Parameters
- x
- Type: SystemDouble
A double containing the independent (explanatory) variable.
- y
- Type: SystemDouble
A double containing the dependent (response) variable.
- w
- Type: SystemDouble
A double representing the weight.
See Also