PageHinkleyResult
@Serializable
@SerialName(value = "PageHinkleyResult")
Snapshot from a PageHinkleyStat change-point detector.
Constructors
PageHinkleyResult
Properties
alarm
alarmDown
alarmUp
count
cumulativeNegative
Cumulative negative-drift signal m_t = Sum (x_i - mean + delta).
cumulativePositive
Cumulative positive-drift signal m_t = Sum (x_i - mean - delta).
delta
maxNegative
Running maximum of cumulativeNegative, used as the baseline for the downward test.
mean
minPositive
Running minimum of cumulativePositive, used as the baseline for the upward test.