Package | Description |
---|---|
com.imsl.stat |
Statistical methods.
|
Modifier and Type | Method and Description |
---|---|
LinearRegression.CaseStatistics |
LinearRegression.getCaseStatistics(double[] x,
double y)
Returns the case statistics for an observation.
|
LinearRegression.CaseStatistics |
LinearRegression.getCaseStatistics(double[] x,
double y,
double w)
Returns the case statistics for an observation and a weight.
|
LinearRegression.CaseStatistics |
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.CaseStatistics |
LinearRegression.getCaseStatistics(double[] x,
double y,
int pred)
Returns the case statistics for an observation and future response count
for the desired prediction interval.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.