get_point_estimate {bayesWatch} | R Documentation |
Given a bayesWatch object and a probability cutoff, finds change-points.
get_point_estimate(regime_fit_object, prob_cutoff)
regime_fit_object |
bayesWatch object. Fit with the bayesWatch method. |
prob_cutoff |
float in (0,1). Posterior probabilities above this cutoff will be considered changepoints. |
vector. Indicator values corresponding to change-point locations.