Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/user_guide/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ One must have :math:`0 < \alpha \leq 1`, and while it is possible to pass
\begin{cases}
\frac{2}{s + 1}, & \text{for span}\ s \geq 1\\
\frac{1}{1 + c}, & \text{for center of mass}\ c \geq 0\\
1 - \exp^{\frac{\log 0.5}{h}}, & \text{for half-life}\ h > 0
1 - e^{\frac{\log 0.5}{h}}, & \text{for half-life}\ h > 0
\end{cases}

One must specify precisely one of **span**, **center of mass**, **half-life**
Expand Down