estimate.tsdistribution.spdspec | R Documentation |
Estimates the parameters of a semi-parametric distribution.
## S3 method for class 'tsdistribution.spdspec'
estimate(object, method = "pwm", ...)
object |
an object of class “tsdistribution.spdspec”. |
method |
a choice of “Grimshaw”, “obre” or “nlm” from
|
... |
additional parameters passed to the gpd estimation function. |
The estimation defaults to the Probability Weighted Moments (pwm) of
Hosking (1985), and alternative methods are provided via the “mev” package.
For the interior of the distribution, the bkde
function is used
to calculate the kernel density.
An object of class “tsdistribution.spdestimate” with slots for the upper, lower and interior kernel fitted values.
Hosking1985tsdistributions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.