PageHinkleyResult
@Serializable
@SerialName(value = "PageHinkleyResult")
Snapshot from a PageHinkleyStat change-point detector.
Constructors
Properties
Link copied to clipboard
Cumulative negative-drift signal m_t = Sum (x_i - mean + delta).
Link copied to clipboard
Cumulative positive-drift signal m_t = Sum (x_i - mean - delta).
Link copied to clipboard
Running maximum of cumulativeNegative, used as the baseline for the downward test.
Link copied to clipboard
Running minimum of cumulativePositive, used as the baseline for the upward test.
PageHinkleyResult
alarmDown
alarmUp
alarm
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.