Create a Bayesian Online Changepoint model
createOcpModel(tsData, ocpArgs)
The time series data to use for fitting the model
The OCP linear model arguments. See createSegmentedArgs
.
for more details.
Create a Bayesian Online Changepoint model using the time-series data
and arguments from createSegmentedArgs
.