algorithms.change_point¶
Module: algorithms.change_point
¶
Inheritance diagram for selectinf.algorithms.change_point
:
change_point
¶
-
class
selectinf.algorithms.change_point.
change_point
(Y, minsize=None)[source]¶ Bases:
object
Estimate change points using multiscale changepoint penatly.
-
ndraw
= 50¶
-
quantile
= 0.95¶
-
sigma
= None¶
-
-
selectinf.algorithms.change_point.
one_jump_instance
(delta, p=60, sigma=1)[source]¶ Data generating mechanism of Figure 1 in [http://arxiv.org/abs/1606.03552](http://arxiv.org/abs/1606.03552).
- Parameters
delta : float
Signal size
p : int
Shape of signal.
sigma : float
Noise variance – both signal and noise are scaled by this scalar.