ddm.fitting.doubleExp#
- ddm.fitting.doubleExp(t, tau1, tau2, n, S1, S2)[source]#
Function for single exponential DDM fits
- Parameters:
t (
array_like
) – array of the lag timestau1 (
float
) – decay time for first exponentialtau2 (
float
) – decay time for second exponentialn (
float
) – fraction of dynamics for first exponentialS1 (
float
) – stretching exponent for first exponentialS2 (
float
) – stretching exponent for second exponential
- Return type:
theoretical double exponential ISF for given parameters