Description Usage Arguments Details Value Author(s) References
Calculating new penalty parameter lambda.
1 | new.lambda(penden.env,lambda0)
|
penden.env |
Containing all information, environment of pendensity() |
lambda0 |
actual penalty parameter lambda |
Iterating for the lambda is stopped, when the changes between the old and the new lambda is smaller than 0.01*lambda0. If this criterion isn't reached, the iteration is terminated after 11 iterations.
The iteration formulae is
\eqn{λ=(β^T D_m β)/(df(λ)-(m-1)}
Returning the new lambda.
Christian Schellhase <cschellhase@wiwi.uni-bielefeld.de>
Density Estimation with a Penalized Mixture Approach, Schellhase C. and Kauermann G. (2012), Computational Statistics 27 (4), p. 757-777.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.