tau: a set of indices representing a changepoint set
...: currently ignored
Returns
A mod_cpt object.
Details
In a mean-variance model, both the means and variances are allowed to vary across regions. Thus, this model fits a separate μj and σj for each region j.
Examples
# Fit a mean-variance modelfit_meanvar(CET, tau = c(42,330))
See Also
changepoint::cpt.meanvar()
Other model-fitting: fit_lmshift(), fit_meanshift(), fit_nhpp(), model_args(), model_name(), new_fun_cpt(), whomademe()