Change scores#

BaseChangeScore()

Base class template for change scores.

ChangeScore(cost)

Change score based on a cost class.

CUSUM()

CUSUM change score for a change in the mean.

Utility functions#

to_change_score(scorer)

Convert compatible scorers to a change score.