lambda_mle {diagL1} | R Documentation |
Function to estimate lambda via MLE
lambda_mle(model)
model |
A linear model L1 fitted with the |
lambda MLE (Maximum Likelihood Estimator) estimator.
data(stackloss)
model_L1 = regL1(stack.loss ~ stack.x)
lambda_mle(model_L1)