sdHallDiff: sdHallDiff

Description Usage Arguments Value Examples

View source: R/variance_estimation.R

Description

Estimation of the standard deviation using the HallDiff estimator

Usage

1

Arguments

data

vector of data to segment: a univariate time series

Value

an estimation of the sd

Examples

1
2
myData <- slopeData(index = c(1,100,200,300), states = c(0,5,3,6), noise = 1)
sdHallDiff(data = myData)

slopeOP documentation built on Jan. 13, 2021, 5:38 a.m.

Related to sdHallDiff in slopeOP...