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

fix doc

parent 3db48ab6
No related branches found
No related tags found
1 merge request!843fix roll method
Pipeline #206407 passed with stages
in 5 minutes and 23 seconds
......@@ -323,13 +323,13 @@ function:
.. doctest:: exampleOD
>>> qc = qc.roll(field='incidents_residuals', target='incidents_scores', func=z_score, window='27D')
>>> qc = qc.roll(field='incidents_residuals', target='incidents_scores', func=z_score, window='27D', min_periods=27)
.. plot::
:context: close-figs
:include-source: False
qc = qc.roll(field='incidents_residuals', target='incidents_scores', func=z_score, window='27D')
qc = qc.roll(field='incidents_residuals', target='incidents_scores', func=z_score, window='27D', min_periods=27)
Optimization by Decomposition
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
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