We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f15e56 commit 8e6ce38Copy full SHA for 8e6ce38
flow360/component/simulation/outputs/outputs.py
@@ -141,6 +141,9 @@ class MovingStatistic(Flow360BaseModel):
141
This means a :py:attr:`moving_window_size`=10 would cover 100 pseudo steps.
142
Thus, the :py:attr:`start_step` value is automatically rounded up to
143
the nearest multiple of 10 for steady simulations.
144
+ - When :py:attr:`method` is set to ``"std"``, the standard deviation is computed as a
145
+ **sample standard deviation** normalized by :math:`n-1` (Bessel's correction), where :math:`n`
146
+ is the number of data points in the moving window.
147
148
Example
149
-------
0 commit comments