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

typos and stuff

parent b2b87270
No related branches found
No related tags found
2 merge requests!867Flag constants fix,!804Flag constants fix
This commit is part of merge request !867. Comments created here will be created in the context of that merge request.
......@@ -54,13 +54,13 @@ class ConstantsMixin:
window :
Size of the moving window. This determines the number of observations used
for calculating the absolute change per window.
Each window will be of either of a fixed number of periods (integer defined window),
Each window will either contain a fixed number of periods (integer defined window),
or will have a fixed temporal extension (offset defined window).
min_periods :
Minimum number of observations in window required to generate
a flag. This is only to exclude underpopulated *offset* defined windows from
flagging.
a flag. This can be used to exclude underpopulated *offset* defined windows from
flagging. (Integer defined windows will always contain exactly *window* samples).
Must be an integer greater or equal `2`, because a
single value would always be considered constant.
Defaults to `2`.
......
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