Skip to content
Snippets Groups Projects

docstring changes

Merged David Schäfer requested to merge docs into develop
All threads resolved!
+ 2
2
@@ -581,13 +581,13 @@ class OutliersMixin:
**kwargs,
) -> "SaQC":
"""
Flag outiers using the modified Z-score outlier detection.
Flag outiers using the modified Z-score outlier detection method.
See references [1] for more details on the algorithm.
Note
----
Date needs to be sampled at a regular equidistant time grid.
Data needs to be sampled at a regular equidistant time grid.
Parameters
----------
Loading