Calculate T-year levels for spline ML model
CalcRLsplineML( Data, drc, h, xiBoot, sigBoot, TTs = c(100, 10000), thetaGrid = 1:360, timeRange, thr )
Data
: Response variabledrc
: Directional covariateh
: Bandwidth valuexiBoot
: Bootstrap estimates for EVIsigBoot
: Bootstrap estimates for shapeTTs
: T-year levels. For example, TTs = c(100, 10000).thetaGrid
: Grid values at which the estimation is performedtimeRange
: Time range of the samplethr
: Threshold values along thetaGridList including bootstrap estimates of T-year levels.
## See also examples in vignettes: # vignette("localMethods", package = "circularEV") # vignette("splineML", package = "circularEV")
SplineML
for examples.
Useful links