Returns the case statistics for an observation.
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);
LinearRegression Class | Imsl.Stat Namespace