Skip to content
Snippets Groups Projects
Commit 29168b7b authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

adjusted docstring datatypes of changepoints detection function

parent 0cb3734b
No related branches found
No related tags found
No related merge requests found
Pipeline #16547 failed with stages
in 10 minutes and 13 seconds
......@@ -126,10 +126,10 @@ def assignChangePointCluster(data: DictOfSeries, field: str, flagger: BaseFlagge
The reference variable, the deviation from wich determines the flagging.
flagger : saqc.flagger
A flagger object, holding flags and additional informations related to `data`.
stat_func : Callable[numpy.array, numpy.array]
stat_func : Callable[[numpy.array, numpy.array], float]
A function that assigns a value to every twin window. Left window content will be passed to first variable,
right window content will be passed to the second.
thresh_func : Callable[numpy.array, numpy.array]
thresh_func : Callable[numpy.array, numpy.array], float]
A function that determines the value level, exceeding wich qualifies a timestamps stat func value as denoting a
changepoint.
bwd_window : str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment