sdHallDiff {slopeOP}R Documentation

sdHallDiff

Description

Estimation of the standard deviation using the HallDiff estimator

Usage

sdHallDiff(data)

Arguments

data

vector of data to segment: a univariate time series

Value

an estimation of the sd

Examples

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

[Package slopeOP version 1.0.1 Index]