finalal: Calculate final change point estimates and mean of each...

Description Usage Arguments

View source: R/palarm.R

Description

Calculate final change point estimates and mean of each interval Based on Matlab function of Anatoly Zlotnik and Alexandra Piryatinska

Usage

1
finalal(X, xin, kin, m, delta, thresh)

Arguments

X

Input data.

xin

The original time-series.

kin

A vector containing estimated global change points

m

Minimum interval size.

delta

Detect parameter.

thresh

Threshold for detecting change-point.

A list with :

meanK the mean values of the intervals,
kout the final estimated change points.

nateaff/ecomplex documentation built on May 23, 2019, 9:03 p.m.