CalcRLsplineML {circularEV}R Documentation

Calculate T-year levels for spline ML model

Description

Calculate T-year levels for spline ML model

Usage

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

Value

List including bootstrap estimates of T-year levels.

See Also

SplineML for examples.

Examples

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

[Package circularEV version 0.1.1 Index]