CalcRLsplineML function

Calculate T-year levels for spline ML model

Calculate T-year levels for spline ML model

CalcRLsplineML( Data, drc, h, xiBoot, sigBoot, TTs = c(100, 10000), thetaGrid = 1:360, timeRange, thr )

Arguments

  • Data: Response variable
  • drc: Directional covariate
  • h: Bandwidth value
  • xiBoot: Bootstrap estimates for EVI
  • sigBoot: Bootstrap estimates for shape
  • TTs: T-year levels. For example, TTs = c(100, 10000).
  • thetaGrid: Grid values at which the estimation is performed
  • timeRange: Time range of the sample
  • thr: Threshold values along thetaGrid

Returns

List including bootstrap estimates of T-year levels.

Examples

## See also examples in vignettes: # vignette("localMethods", package = "circularEV") # vignette("splineML", package = "circularEV")

See Also

SplineML for examples.

  • Maintainer: Evandro Konzen
  • License: GPL-3
  • Last published: 2022-05-13

Useful links