You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyspi/calculator.py
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,15 @@ class Calculator:
37
37
configfile (str, optional):
38
38
The location of the YAML configuration file for a user-defined subset. See :ref:`Using a reduced SPI set`, defaults to :code:`'</path/to/pyspi>/pyspi/config.yaml'`
39
39
detrend (bool, optional):
40
-
If True, detrend the dataset along the time axis before normalising (if enabled), defaults to True.
40
+
If True, detrend each time series individually along the time axis before normalising (if enabled), defaults to False.
41
41
normalise (bool, optional):
42
-
If True, z-score normalise the dataset along the time axis before computing SPIs, defaults to True.
43
-
Detrending (if enabled) is always applied before normalisation.
42
+
If True, z-score normalise each time series in the MTS dataset individually along the time axis before computing SPIs, defaults to True.
0 commit comments