bbmod_method {changepointsHD} | R Documentation |
Applies the black-box estimator to the specified partition given
the current tau value. Additionally, this wrapper handles the
different data structures possible for part_values
and
whole_values
.
bbmod_method(object, part, tau) ## S4 method for signature 'changepointsMod' bbmod_method(object, part, tau)
object |
Corresponding |
part |
Index for current partition, should be 1 or 2. |
tau |
Current change-point. Should be between buff and N - buff. |
An updated version of the change-point model. There are currently three
possible updates depending on the form of the part_values
and
whole_values
provided. 1) If only part_values
are provided,
then we assume the black-box method only updates part_values.
2) If only whole_values
are provide, we assume the black-box
method only updates whole_values
. 3) If both part_values
and whole_values
are provided, we assume that both are updated.
Leland Bybee <lelandb@umich.edu>