public interface LinearRegressionPrediction extends Prediction
| Modifier and Type | Method and Description |
|---|---|
DoublePair |
confidenceInterval()
The two-sided confidence interval for this prediction.
|
double |
fitStandardError()
The standard error of fit for this prediction.
|
DoublePair |
predictionInterval()
The two-sided prediction interval for this prediction.
|
estimatedouble fitStandardError()
DoublePair confidenceInterval()
DoublePair predictionInterval()