Class OLSResiduals
- java.lang.Object
-
- dev.nm.stat.regression.linear.residualanalysis.LMResiduals
-
- dev.nm.stat.regression.linear.ols.OLSResiduals
-
public class OLSResiduals extends LMResiduals
This is the residual analysis of the results of an ordinary linear regression model.- See Also:
- Wikipedia: Estimation
-
-
Constructor Summary
Constructors Constructor Description OLSResiduals(LMProblem problem, Vector betaHat)
Performs the residual analysis for an ordinary linear regression problem.
-
Method Summary
-
Methods inherited from class dev.nm.stat.regression.linear.residualanalysis.LMResiduals
AR2, df, fitted, Fstat, getProblem, hHat, leverage, R2, residuals, RSS, standardized, stderr, studentized, TSS, weightedFittedValues, weightedResiduals
-
-