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