public class SelectionByZValue extends Object implements ForwardSelection.Step
| Constructor and Description |
|---|
SelectionByZValue(double significance)
Creates an instance with the given significance level [0, 1].
|
| Modifier and Type | Method and Description |
|---|---|
int |
select(GLMProblem problem,
Matrix subA,
int[] factorChoices) |
public SelectionByZValue(double significance)
significance - a significance value to determine whether a factor is significant enough
(to be included in the model)public int select(GLMProblem problem, Matrix subA, int[] factorChoices)
select in interface ForwardSelection.StepCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.