IMSL C# Numerical Library

LinearRegression.GetCaseStatistics Method (Double[], Double)

Returns the case statistics for an observation.

public virtual CaseStatistics GetCaseStatistics(
   double[] x,
   double y
);

Parameters

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

Return Value

The CaseStatistics for the observation.

See Also

LinearRegression Class | Imsl.Stat Namespace | LinearRegression.GetCaseStatistics Overload List