- S
Sample covariance matrix.
- lambdaMin
A numeric giving the minimum value for the penalty
parameter.
- lambdaMax
A numeric giving the maximum value for the penalty
parameter.
- step
An integer determining the number of steps in moving
through the grid [lambdaMin, lambdaMax].
- type
A character indicating the type of ridge estimator to be
used. Must be one of: "Alt", "ArchI", "ArchII".
- target
A target matrix (in precision terms) for Type I ridge
estimators.
- norm
A character indicating the norm under which the condition
number is to be calculated/estimated. Must be one of: "1", "2".
- digitLoss
A logical indicating if the approximate loss in
digits of accuracy should also be visualized in the output graph.
- rlDist
A logical indicating if the relative distance to the
set of singular matrices should also be visualized in the output graph.
- vertical
A logical indicating if output graph should come with
a vertical line at a pre-specified value for the penalty parameter.
- value
A numeric indicating a pre-specified value for the
penalty parameter.
- main
A logical indicating if output graph should contain type
of estimator as main title.
- nOutput
A logical indicating if numeric output should be
returned.
- verbose
A logical indicating if information on progress should
be printed on screen.