CompareChangepointsRand: CompareChangepointsRand

Description Usage Arguments Details Value Examples

View source: R/performance.R

Description

Rand type performance indices

Usage

1
CompareChangepointsRand(cpts_a, cpts_b, n)

Arguments

cpts_a

A sequence of changepoints.

cpts_b

A sequence of changepoints.

n

Total size of dataset from which both changepoint estimates originate.

Details

Calculate rand type performance indices for two sets of changepoints. Typically one of them will be the oracle estimate. See clues package for more details.

Value

Returns a vector of the index values.

Examples

1
CompareChangepointsRand(c(20, 50), c(30, 70), 100)

lorenzha/hdcd documentation built on Sept. 2, 2018, 8:20 p.m.