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)

vrunge/slopeOP documentation built on Dec. 23, 2021, 4:12 p.m.