compute.lower.bound: Lower bound for the Degrees of Freedom
Description
This function computes the lower bound for the the Degrees of Freedom of PLS with 1 component.
Usage
compute.lower.bound(X)
Arguments
X
matrix of predictor observations.
Value
bound
logical. bound is TRUE if the decay of the eigenvalues is slow enough
lower.bound
if bound is TRUE, this is the lower bound, otherwise, it is set to -1
Details
If the decay of the eigenvalues of cor(X) is not too fast, we can lower-bound the Degrees of Freedom of PLS with 1 component.
Note that we implicitly assume that we use scaled predictor variables to compute the PLS solution.