powered by
Specification of a semi-parametric distribution model
spd_modelspec( y, lower = 0.1, upper = 0.9, kernel_type = c("normal", "box", "epanech", "biweight", "triweight"), ... )
An object of class “tsdistribution.spd_spec”.
a numeric vector
the probability for the lower GPD tail.
the probability for the upper GPD tail.
the choice of the kernel to use from the bkde function.
bkde
not currently used
spec <- spd_modelspec(rnorm(1000))
Run the code above in your browser using DataLab