Parameters for the quality metrics set compute() method.
More...
def __init__ |
( |
|
self, |
|
|
|
nBeta, |
|
|
|
nBetaReducedModel, |
|
|
|
alphaVal = 0.05 , |
|
|
|
accuracyVal = 0.001 |
|
) |
| |
Checks the correctness of the parameter
- Returns
- Status of computations
Values below this threshold are considered equal to it
Significance level used in the computation of betas confidence intervals
Number of beta coefficients (p) of linear regression model used for prediction
numBetaReducedModel = ... |
|
static |
Number of beta coefficients (p0) used for prediction with reduced linear regression model where p - p0 of p beta coefficients are set to 0
The documentation for this class was generated from the following file:
- linear_regression/quality_metric_set.py