trimLL | R Documentation |
Log-likelihood for a trimmed distribution
trimLL(param, d, y, trim, doTrunc, par.low, par.high)
param |
Numeric vector, parameters |
d |
distributions3 object, assumed distribution. |
y |
Numeric vector, data |
trim |
Numeric vector of size 2, trimming bounds. |
doTrunc |
Logical, do truncation? default FALSE, i.e. rectification is used. |
par.low |
Numeric vector of size nPar(d), lower bounds for parameters. |
par.high |
Numeric vector of size nPar(d), higher bounds for parameters. |
The log-likelihood (may return NA's or -Inf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.