Skip to content

Commit f5f0f4e

Browse files
committed
Add note on EEMD's reproducibility #92
1 parent f8d102b commit f5f0f4e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/eemd.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ of which performs an :doc:`EMD </emd>` on a copy of the input signal with added
88
When all workers finish their work a mean over all workers is considered as
99
the true result.
1010

11+
.. note::
12+
Given the nature of EEMD, each time you decompose a signal you will obtain a different set of components.
13+
That's the expected consequence of adding noise which is going to be random.
14+
To make the decomposition reproducible, one needs to set a seed for the random number generator used in EEMD.
15+
This is done using :func:`PyEMD.EEMD.noise_seed` method on the instance.
16+
1117
Class
1218
-----
1319

0 commit comments

Comments
 (0)