20 segmentation models were fit to 2 simulated signals, and several different error measures were used to quantify the model fit.
data(SegCost)A data frame with 560 observations on the following 5 variables.
bases.per.probea factor with levels 374
7: the sampling density of the signal.
segmentsnumeric: the model complexity measured using number of segments.
costnumeric: the cost value.
typea factor with levels Signal
Breakpoint Complete Incomplete
Positive: how to judge model fit? Signal: log mean squared
error between latent signal and estimated signal. Breakpoint:
exact breakpoint error. Complete: annotation error with a complete
set of annotations. Incomplete: annotation error with only half of
those annotations. Positive: no negative annotations.
errora factor with levels E FP
FN I: what kind of error? FP = False
Positive, FN = False Negative, I = Imprecision, E = Error
(sum of the other terms).