Index A | B | C | D | E | F | G | I | L | M | P | R | S | T | U | V A add_linspace_outliers() (in module skchange.datasets) as_penalty() (in module skchange.penalties) B BaseChangeDetector (class in skchange.change_detectors) BaseChangeScore (class in skchange.change_scores) BaseCost (class in skchange.costs) BaseDetector (class in skchange.base) BaseIntervalScorer (class in skchange.base) BaseLocalAnomalyScore (class in skchange.anomaly_scores) BasePenalty (class in skchange.penalties) BaseSaving (class in skchange.anomaly_scores) BaseSegmentAnomalyDetector (class in skchange.anomaly_detectors) BICPenalty (class in skchange.penalties) C CAPA (class in skchange.anomaly_detectors) change_points_to_segments() (BaseChangeDetector static method) (BaseDetector static method) (BaseSegmentAnomalyDetector static method) (CAPA static method) (CircularBinarySegmentation static method) (MovingWindow static method) (MVCAPA static method) (PELT static method) (SeededBinarySegmentation static method) (StatThresholdAnomaliser static method) ChangeScore (class in skchange.change_scores) check_cov() (in module skchange.costs.utils) check_cuts_array() (in module skchange.utils.validation.cuts) check_data() (in module skchange.utils.validation.data) check_in_interval() (in module skchange.utils.validation.parameters) check_is_fitted() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) check_larger_than() (in module skchange.utils.validation.parameters) check_mean() (in module skchange.costs.utils) check_smaller_than() (in module skchange.utils.validation.parameters) check_var() (in module skchange.costs.utils) ChiSquarePenalty (class in skchange.penalties) CircularBinarySegmentation (class in skchange.anomaly_detectors) clone() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) clone_tags() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) ConstantPenalty (class in skchange.penalties) create_test_instance() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) create_test_instances_and_names() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) CUSUM (class in skchange.change_scores) D dense_to_sparse() (BaseChangeDetector static method) (BaseDetector static method) (BaseSegmentAnomalyDetector static method) (CAPA static method) (CircularBinarySegmentation static method) (MovingWindow static method) (MVCAPA static method) (PELT static method) (SeededBinarySegmentation static method) (StatThresholdAnomaliser static method) E evaluate() (BaseChangeScore method) (BaseCost method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BaseSaving method) (ChangeScore method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LocalAnomalyScore method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (PenalisedScore method) (Saving method) F fit() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) fit_predict() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) fit_transform() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) G GaussianCost (class in skchange.costs) generate_alternating_data() (in module skchange.datasets) generate_anomalous_data() (in module skchange.datasets) generate_changing_data() (in module skchange.datasets) get_class_tag() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) get_class_tags() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) get_config() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) get_fitted_params() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) get_param_defaults() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) get_param_names() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) get_param_size() (BaseChangeScore method) (BaseCost method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BaseSaving method) (ChangeScore method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LocalAnomalyScore method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (PenalisedScore method) (Saving method) get_params() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) get_tag() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) get_tags() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) get_test_params() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) I is_composite() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) is_fitted (BaseChangeDetector property) (BaseChangeScore property) (BaseCost property) (BaseDetector property) (BaseIntervalScorer property) (BaseLocalAnomalyScore property) (BasePenalty property) (BaseSaving property) (BaseSegmentAnomalyDetector property) (BICPenalty property) (CAPA property) (ChangeScore property) (ChiSquarePenalty property) (CircularBinarySegmentation property) (ConstantPenalty property) (CUSUM property) (GaussianCost property) (L2Cost property) (L2Saving property) (LinearChiSquarePenalty property) (LinearPenalty property) (LocalAnomalyScore property) (MinimumPenalty property) (MovingWindow property) (MultivariateGaussianCost property) (MultivariateGaussianScore property) (MultivariateTCost property) (MVCAPA property) (PELT property) (PenalisedScore property) (Saving property) (SeededBinarySegmentation property) (StatThresholdAnomaliser property) L L2Cost (class in skchange.costs) L2Saving (class in skchange.anomaly_scores) LinearChiSquarePenalty (class in skchange.penalties) LinearPenalty (class in skchange.penalties) load_from_path() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) load_from_serial() (BaseChangeDetector class method) (BaseChangeScore class method) (BaseCost class method) (BaseDetector class method) (BaseIntervalScorer class method) (BaseLocalAnomalyScore class method) (BasePenalty class method) (BaseSaving class method) (BaseSegmentAnomalyDetector class method) (BICPenalty class method) (CAPA class method) (ChangeScore class method) (ChiSquarePenalty class method) (CircularBinarySegmentation class method) (ConstantPenalty class method) (CUSUM class method) (GaussianCost class method) (L2Cost class method) (L2Saving class method) (LinearChiSquarePenalty class method) (LinearPenalty class method) (LocalAnomalyScore class method) (MinimumPenalty class method) (MovingWindow class method) (MultivariateGaussianCost class method) (MultivariateGaussianScore class method) (MultivariateTCost class method) (MVCAPA class method) (PELT class method) (PenalisedScore class method) (Saving class method) (SeededBinarySegmentation class method) (StatThresholdAnomaliser class method) load_hvac_system_data() (in module skchange.datasets) LocalAnomalyScore (class in skchange.anomaly_scores) M min_size (BaseChangeScore property) (BaseCost property) (BaseIntervalScorer property) (BaseLocalAnomalyScore property) (BaseSaving property) (ChangeScore property) (CUSUM property) (GaussianCost property) (L2Cost property) (L2Saving property) (LocalAnomalyScore property) (MultivariateGaussianCost property) (MultivariateGaussianScore property) (MultivariateTCost property) (PenalisedScore property) (Saving property) MinimumPenalty (class in skchange.penalties) MovingWindow (class in skchange.change_detectors) MultivariateGaussianCost (class in skchange.costs) MultivariateGaussianScore (class in skchange.change_scores) MultivariateTCost (class in skchange.costs) MVCAPA (class in skchange.anomaly_detectors) P PELT (class in skchange.change_detectors) PenalisedScore (class in skchange.compose) predict() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) predict_points() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) predict_scores() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) predict_segments() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) R reset() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) S save() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) Saving (class in skchange.anomaly_scores) SeededBinarySegmentation (class in skchange.change_detectors) segments_to_change_points() (BaseChangeDetector static method) (BaseDetector static method) (BaseSegmentAnomalyDetector static method) (CAPA static method) (CircularBinarySegmentation static method) (MovingWindow static method) (MVCAPA static method) (PELT static method) (SeededBinarySegmentation static method) (StatThresholdAnomaliser static method) set_config() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) set_params() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) set_random_state() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) set_tags() (BaseChangeDetector method) (BaseChangeScore method) (BaseCost method) (BaseDetector method) (BaseIntervalScorer method) (BaseLocalAnomalyScore method) (BasePenalty method) (BaseSaving method) (BaseSegmentAnomalyDetector method) (BICPenalty method) (CAPA method) (ChangeScore method) (ChiSquarePenalty method) (CircularBinarySegmentation method) (ConstantPenalty method) (CUSUM method) (GaussianCost method) (L2Cost method) (L2Saving method) (LinearChiSquarePenalty method) (LinearPenalty method) (LocalAnomalyScore method) (MinimumPenalty method) (MovingWindow method) (MultivariateGaussianCost method) (MultivariateGaussianScore method) (MultivariateTCost method) (MVCAPA method) (PELT method) (PenalisedScore method) (Saving method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) sparse_to_dense() (BaseChangeDetector static method) (BaseDetector static method) (BaseSegmentAnomalyDetector static method) (CAPA static method) (CircularBinarySegmentation static method) (MovingWindow static method) (MVCAPA static method) (PELT static method) (SeededBinarySegmentation static method) (StatThresholdAnomaliser static method) StatThresholdAnomaliser (class in skchange.anomaly_detectors) T to_change_score() (in module skchange.change_scores) to_local_anomaly_score() (in module skchange.anomaly_scores) to_saving() (in module skchange.anomaly_scores) transform() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) transform_scores() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) U update() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) update_predict() (BaseChangeDetector method) (BaseDetector method) (BaseSegmentAnomalyDetector method) (CAPA method) (CircularBinarySegmentation method) (MovingWindow method) (MVCAPA method) (PELT method) (SeededBinarySegmentation method) (StatThresholdAnomaliser method) V values (BasePenalty property) (BICPenalty property) (ChiSquarePenalty property) (ConstantPenalty property) (LinearChiSquarePenalty property) (LinearPenalty property) (MinimumPenalty property)