| npIpmBurke | R Documentation |
Solves the convex nonparametric-maximum-likelihood weight problem for a fixed
set of support points: given the likelihood matrix psi (subjects in
rows, support points in columns) it returns the maximum-likelihood mixing
weights and the objective (log-likelihood). Exposed for testing the C++
interior-point routine against golden fixtures.
npIpmBurke(psi)
psi |
Numeric matrix, |
A list with weights (length ncol(psi), non-negative,
summing to 1) and objective (the maximized log-likelihood).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.