|
Stats Master VCL
|
Calculates regression coefficient confidence intervals, standard deviation of regression coefficients, residuals and (optional) basic regression statistics.
procedure CalculateRegResults(Y: TVec; V: TMtx; RegStats: TRegStatsClass; Constant: Boolean = True; Weights: TVec = nil; Alpha: double = 0.05); overload;
|
Parameters |
Description |
|
Y |
Vector of dependent variable. |
|
V |
inverse matrix of normal equations. |
|
RegStats |
Returns regression statistics. |
|
Constant |
If true then include intercept term b(0) in calculations. If false - set intercept term (0) to 0.0. |
|
Weights |
Weights (optional). |
|
Alpha |
Desired significance probability. |
|
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|