slopeOP (version 1.0.0)

sdHallDiff: 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

Run this code
# NOT RUN {
myData <- slopeData(index = c(1,100,200,300), states = c(0,5,3,6), noise = 1)
sdHallDiff(data = myData)
# }

Run the code above in your browser using DataLab