exp_conv_cauchy¶
- TRXASprefitpack.mathfun.exp_conv_cauchy(t: float | ndarray, fwhm: float, k: float) float | ndarray[source]¶
Compute exponential function convolved with normalized cauchy distribution
- Parameters:
t – time
fwhm – full width at half maximum of cauchy distribution
k – rate constant (inverse of life time)
- Returns:
Convolution of normalized cauchy distribution and exponential decay \((\exp(-kt))\).