segmentr
objectGiven the change points in a segmentr object, this function splits a
new dataset into segments and then calculates the total likelihood
using the likelihood function of the segmentr
object.
calculate_likelihood(results, newdata, likelihood)
a segmentr object, which contains the definition of the change points to be applied
a dataset for which we wish to calculate the total likelihood
a likelihood function to be used to calculate the likelihood of each segment
This function splits a newdata
dataset into segments according to the
change points in the results
segmentr object. It then uses the likelihood
function of the segmentr object to calculate the total likelihood of the new object.