Summary
Defines regression statistical parameters.
Unit
Regress
Declaration
TRegStats = packed record
SSE,
SST,
SSR,
ResidualVar,
R2,
AdjustedR2,
F,
SignifProb : TSample;
end;
Description
This structured type describes the following regression statistical parameters:
- SSE: Residual sum of squares<./li>
- SST: Total sum of squares.
- SSR: Regression sum of squares.
- ResidualVar: Residual variance (MSE).
- R2: Coefficient of determination.
- AdjustedR2: Adjusted coefficient of determination.
- F: Variance ratio (explained/residuals).
- SignifProb: Probability of F (p value).
Categories
Regression routines.| Copyright 2008 Dew Research |
http://www.dewresearch.com