spd_modelspec | R Documentation |
Specification of a semi-parametric distribution model
spd_modelspec(
y,
lower = 0.1,
upper = 0.9,
kernel_type = c("normal", "box", "epanech", "biweight", "triweight"),
...
)
y |
a numeric vector |
lower |
the probability for the lower GPD tail. |
upper |
the probability for the upper GPD tail. |
kernel_type |
the choice of the kernel to use from the |
... |
not currently used |
An object of class “tsdistribution.spd_spec”.
spec <- spd_modelspec(rnorm(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.