From e5383d83df969674c2c2b3796e2836d8545df886 Mon Sep 17 00:00:00 2001 From: Peter Luenenschloss <peter.luenenschloss@ufz.de> Date: Mon, 12 Oct 2020 12:43:15 +0200 Subject: [PATCH] docdocdoc --- saqc/funcs/modelling.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/saqc/funcs/modelling.py b/saqc/funcs/modelling.py index 38d2dbc95..a3ae852dd 100644 --- a/saqc/funcs/modelling.py +++ b/saqc/funcs/modelling.py @@ -479,6 +479,8 @@ def modelling_clusterByChangePoints(data, field, flagger, stat_func, thresh_func First input parameter will hold the result from the stat_func evaluation for every reduction window. Second input parameter holds the result from the thresh_func evaluation. The default reduction function just selects the value that maximizes the stat_func. + flag_changepoints : bool, default False + If true, the points, where there is a change in data modelling regime detected get flagged bad. Returns ------- -- GitLab