thresholdExampleML {circularEV}R Documentation

Threshold for spline ML and local ML examples

Description

A vector of threshold values at directions 1,...,360. It is used for spline ML and local ML examples.

Usage

thresholdExampleML

Format

A vector of 360 values.

Details

It has been generated as follows:

data(HsSP)
data(drc)
timeRange <- 54.5

idx <- order(drc)
drc <- drc[idx]
Data <- HsSP[idx]
set.seed(1234)
Data <- Data + runif(length(Data), -1e-4, 1e-4)

thetaVec <- 1:360

thresholdExampleML <- ThrSelection(Data=Data, drc=drc, h=60, b=0.35,
                                   thetaGrid=thetaVec, EVIestimator="ML",
                                   useKernel=T, concent=10, bw=30, numCores=2)$thr

[Package circularEV version 0.1.1 Index]