Click or drag to resize
LinearRegression.GetCaseStatistics Method (Double[], Double, Double)
Returns the case statistics for an observation and a weight.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual LinearRegression. CaseStatistics GetCaseStatistics(
	double[] x,
	double y,
	double w
)

Parameters

x
Type:System.Double[]
A double array containing the independent (explanatory) variables. Its length must be equal to the number of variables set in the constructor.
y
Type: System.Double
A double representing the dependent (response) variable.
w
Type: System.Double
A double representing the weight.

Return Value

Type: LinearRegression.CaseStatistics
The CaseStatistics for the observation.
See Also