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
Merge requests
!700
Merge z scoring methods
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge z scoring methods
mergeZScoringMethods
into
develop
Overview
1
Commits
92
Pipelines
11
Changes
12
Merged
Peter Lünenschloß
requested to merge
mergeZScoringMethods
into
develop
1 year ago
Overview
1
Commits
92
Pipelines
11
Changes
12
Expand
👍
0
👎
0
Merge request reports
Compare
develop
version 10
23d60a39
1 year ago
version 9
ea6e7909
1 year ago
version 8
f5271826
1 year ago
version 7
d6a24568
1 year ago
version 6
ecce94db
1 year ago
version 5
3fae2713
1 year ago
version 4
8cc127d7
1 year ago
version 3
080574bc
1 year ago
version 2
ed21eef5
1 year ago
version 1
9c201c52
1 year ago
develop (base)
and
latest version
latest version
2a4f8975
92 commits,
1 year ago
version 10
23d60a39
91 commits,
1 year ago
version 9
ea6e7909
90 commits,
1 year ago
version 8
f5271826
89 commits,
1 year ago
version 7
d6a24568
88 commits,
1 year ago
version 6
ecce94db
85 commits,
1 year ago
version 5
3fae2713
84 commits,
1 year ago
version 4
8cc127d7
82 commits,
1 year ago
version 3
080574bc
81 commits,
1 year ago
version 2
ed21eef5
80 commits,
1 year ago
version 1
9c201c52
79 commits,
1 year ago
12 files
+
312
−
104
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
docs/resources/data/config.csv
+
1
−
1
Options
@@ -3,4 +3,4 @@ varname ; test
SM2 ; align(freq="15Min", method="nshift")
SM2 ; flagMissing()
'SM(1|2)+' ; flagRange(min=10, max=60)
SM2 ; flag
MAD
(window="30d",
z=3.5
)
SM2 ; flag
ZScore
(window="30d",
thresh=3.5, method='modified', center=False
)
Loading