Skip to content

Commit 8e6ce38

Browse files
committed
Add note for standard deviation computation
1 parent 7f15e56 commit 8e6ce38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow360/component/simulation/outputs/outputs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ class MovingStatistic(Flow360BaseModel):
141141
This means a :py:attr:`moving_window_size`=10 would cover 100 pseudo steps.
142142
Thus, the :py:attr:`start_step` value is automatically rounded up to
143143
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.
144147
145148
Example
146149
-------

0 commit comments

Comments
 (0)