numCptsErrorChecks: numCpts error checking

Description Usage Arguments See Also

View source: R/genericErrorChecks.R

Description

DEVELOPER USE ONLY. This function checks the user input for the numCpts argument for all methods.

Usage

1

Arguments

numCpts

Number of changepoints in the data. Choices include:

  • "AMOC" - At Most One Changepoint; test to see if the data contains a single changepoint or not.

  • "BinSeg"- Binary segmentation is performed to detect multiple changepoints.

  • Numeric - User specified number of changepoints.

method

Covariance changepoint method to be used. Choice of "Ratio" or "CUSUM".

See Also

cptCov, cptSubspace


grundy95/changepoint.cov documentation built on April 5, 2021, 6:21 p.m.