Skip to content

Commit

Permalink
docstring change
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Mar 18, 2019
1 parent 87b7317 commit c7e691d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ewstools/ewstools.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def ews_compute(raw_series,
sweep=False):
'''
Compute temporal and spectral EWS from time-series data.
Args
--------
Arguments
----------
raw_series: pd.Series
Time-series data to analyse. Indexed by time.
roll_window: float (0.4)
Expand Down Expand Up @@ -771,13 +771,13 @@ def aic_weights(aic_scores):
'''
Compute AIC weights from AIC scores
Args
----------------
Arguments
------------
aic_scores: np.array
An array of AIC scores
Returns
-----------------
----------
np.array
Array of the corresponding AIC weights
Expand Down

0 comments on commit c7e691d

Please sign in to comment.