detect_faults {bayesWatch} | R Documentation |
Determine the cause of a change-point.
Description
Prints out fault detection graphics given a bayesWatch object. This method can only be run if fault detection was run on the bayesWatch fit (if model_params_save_every < iterations).
Usage
detect_faults(regime_fit_object)
Arguments
regime_fit_object |
bayesWatch object. Fit with main method of package. |
Value
ggplot object. Fault detection graphs.
[Package bayesWatch version 0.1.3 Index]