Click or drag to resize
LinearRegressionGetCaseStatistics Method (Double, Double)
Returns the case statistics for an observation.

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

Parameters

x
Type: SystemDouble
A double array containing the independent (explanatory) variables. Its length must be equal to the number of variables set in the LinearRegression constructor.
y
Type: SystemDouble
A double representing the dependent (response) variable.

Return Value

Type: LinearRegressionCaseStatistics
The CaseStatistics for the observation.
See Also