Skip to content

Commit

Permalink
Update timeseries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleabeauchamp committed Feb 25, 2015
1 parent d3dc692 commit 3eaf4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymbar/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def statisticalInefficiency(A_n, B_n=None, fast=False, mintime=3, fft=False):
mintime : int, optional, default=3
minimum amount of correlation function to compute (default: 3)
The algorithm terminates after computing the correlation time out to mintime when the
correlation function furst goes negative. Note that this time may need to be increased
correlation function first goes negative. Note that this time may need to be increased
if there is a strong initial negative peak in the correlation function.
fft : bool, optional, default=False
If fft=True and B_n=None, then use the fft based approach, as
Expand Down Expand Up @@ -785,7 +785,7 @@ def statisticalInefficiency_fft(A_n, mintime=3, memsafe=True):
mintime : int, optional, default=3
minimum amount of correlation function to compute (default: 3)
The algorithm terminates after computing the correlation time out to mintime when the
correlation function furst goes negative. Note that this time may need to be increased
correlation function first goes negative. Note that this time may need to be increased
if there is a strong initial negative peak in the correlation function.
memsafe: bool, optional, default=True
If this function is used several times on arrays of comparable size then one might benefit
Expand Down

0 comments on commit 3eaf4ce

Please sign in to comment.