Click or drag to resize
UserBasisRegressionUpdate Method
Adds a new observation and associated weight to the IRegressionBasis object.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Update(
	double x,
	double y,
	double w
)

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