An S4 class corresponding to the change-point model.
dataA list containing the data for the change-point model.
The exact structure of the data is dependent on the bbmod
and log_likelihood provided. In cases where the data is
fairly simple, it should still be wrapped with a list, e.g.
X = list(X), to allow changepointsMod to handle it properly.
part_valuesA list containing the values estimated by
bbmod. part_values, in particular, contain values
that are updated independently for each partition (as opposed to
whole_values).
whole_valuesA list containing the values estimated by bbmod.
whole values, in particular, contain values that are shared
between partitions (as opposed to part_values).
bbmodAn R function for performing the black-box estimation.
bbmod_paramsA list containing any additional parameters
for bbmod.
log_likelihoodAn R function for estimating the log-likelihood
for the corresponding bbmod.
ll_paramsA list containing any additional parameters for
log_likelihood.
traceA vector corresponding the the trace of the estimated change-points based on the method used.
changepointsA scalar/vector corresponding to the changepoint(s) estimated based on the method used.
mod_listA list corresponding to all the active single change-point
models used with binary_segmentation.
mod_rangeA list of the range of observations corresponding to each
active model for binary_segmentation.
Leland Bybee <lelandb@umich.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.