prophet_pick_changepoints: Pick changepoints from prophet object

Description Usage Arguments Value Examples

View source: R/prophet_pick_changepoints.R

Description

Pick changepoints from prophet object

Usage

1
prophet_pick_changepoints(model, thresh = 0.01)

Arguments

model

Prophet model object.

thresh

Double. Default 0.01.

Value

A data frame consists of changepoints, growth rates and delta (changes in the growth rates).

Examples

1
2
3
4
5
## Not run: 
m <- prophet(df)
prophet_pick_changepoints(m)

## End(Not run)

hoxo-m/prophetExt documentation built on Jan. 18, 2021, 11:12 a.m.