Represents an exponential decay process.
Methods
| __call__() | Return an exponentially-decreasing series of values. |
| reset() | Reset the time for this series. |
Methods
| __init__([rate, initial, final]) | Create a new exponential timeseries object. |
| reset() | Reset the time for this series. |