Calculates the next LARS step analytically using correlation matrices.
getLarsProposal(
Rx,
active.set,
sign.vector,
current.correlations,
available.vars
)A list containing: next_var, next_sign, gamma, a_vec (for update). Or NULL.
Global correlation matrix (p x p).
Integer vector of active indices.
Integer vector of signs for active set.
Numeric vector of current correlations with residual.
Integer vector of candidate indices to search.