public static class LARSFitting.Estimators extends Object
Modifier and Type | Method and Description |
---|---|
List<Double> |
A()
Gets the estimated sequence of A.
|
List<Integer> |
actions()
Gets the the sequence of actions taken.
|
List<Vector> |
betas()
Gets the sequence of betas.
|
List<Double> |
gamma()
Gets the estimated sequence of gamma (arc length).
|
List<Double> |
max_abs_cor()
Gets the estimated sequence of maximal absolute correlations.
|
Matrix |
scaledBetas()
Gets the entire sequence of estimated (LARS) regression coefficients,
scaled by the L2 norm of each row.
|
public Matrix scaledBetas()
public List<Double> max_abs_cor()
public List<Double> gamma()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.