lh | R Documentation |
Calculate log-likelihoods for the gev, order statistics or point process models.
pplik(par, data, thresh, noy, trend, exact = FALSE) gevlik(par, data, trend) gpdlik(par, data, trend) oslik(par, data, trend)
par |
If |
data |
For |
thresh |
Threshold. Typically a single number or a vector of
the same length as |
noy |
Number of years/periods of observations, excluding any missing values. |
trend |
Trend vector (optional). If given, should be the same
length as |
exact |
In general, the point process likelihood includes an
approximation to an integral. If |
See the user's guide.
A numeric vector.
These functions are essentially internal, and need not be called
by the user. They are documented only because their arguments
(excluding par
) can be passed to
posterior
.
posterior
, prior.prob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.