ls_pkgs: Algorithmic coverage through tidychangepoint

View source: R/tidychangepoint-package.R

ls_modelsR Documentation

Algorithmic coverage through tidychangepoint

Description

Algorithmic coverage through tidychangepoint

Usage

ls_models()

ls_pkgs()

ls_methods()

ls_penalties()

ls_cpt_penalties()

ls_coverage()

Value

A tibble::tibble or character

See Also

segment()

Examples

# List all model-fitting functions
ls_models()

# List packages supported by tidychangepoint
ls_pkgs()

# List methods supported by segment()
ls_methods()

# List penalty functions provided by tidychangepoint
ls_penalties()

# List penalty functions supported by changepoint
ls_cpt_penalties()

# List combinations of method, model, and penalty supported by tidychangepoint
ls_coverage()


tidychangepoint documentation built on April 4, 2025, 4:31 a.m.