Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
abc0c887
Commit
abc0c887
authored
1 year ago
by
Peter Lünenschloß
Browse files
Options
Downloads
Patches
Plain Diff
typos and stuff
parent
b2b87270
No related branches found
No related tags found
2 merge requests
!867
Flag constants fix
,
!804
Flag constants fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
saqc/funcs/constants.py
+3
-3
3 additions, 3 deletions
saqc/funcs/constants.py
with
3 additions
and
3 deletions
saqc/funcs/constants.py
+
3
−
3
View file @
abc0c887
...
...
@@ -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`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment