Uses of Class
com.imsl.stat.LinearRegression.CaseStatistics
Packages that use LinearRegression.CaseStatistics
-
Uses of LinearRegression.CaseStatistics in com.imsl.stat
Methods in com.imsl.stat that return LinearRegression.CaseStatisticsModifier and TypeMethodDescriptionLinearRegression.getCaseStatistics(double[] x, double y) Returns the case statistics for an observation.LinearRegression.getCaseStatistics(double[] x, double y, double w) Returns the case statistics for an observation and a weight.LinearRegression.getCaseStatistics(double[] x, double y, double w, int pred) Returns the case statistics for an observation, weight, and future response count for the desired prediction interval.LinearRegression.getCaseStatistics(double[] x, double y, int pred) Returns the case statistics for an observation and future response count for the desired prediction interval.