Exponential recovery with 3 parameters
\[S = S_0 \left( 1 - A e^{-t/T} \right)\]
- Parameters:
t (array) – array of time points
S0 (float) – signal scaling factor
T (float) – relaxation time in same units as t
A (float) – Amplitude of exponential term
- Returns:
Signal versus time, same size as t.
- Return type:
numpy.ndarray