IMSL C# Numerical Library

LinearRegression.GetCaseStatistics Method

Returns the case statistics for an observation.

Overload List

Returns the case statistics for an observation.

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

Returns the case statistics for an observation and a weight.

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

Returns the case statistics for an observation, weight, and future response count for the desired prediction interval.

public virtual CaseStatistics GetCaseStatistics(double[],double,double,int);

Returns the case statistics for an observation and future response count for the desired prediction interval.

public virtual CaseStatistics GetCaseStatistics(double[],double,int);

See Also

LinearRegression Class | Imsl.Stat Namespace