exp_conv_cauchy¶
- TRXASprefitpack.mathfun.exp_conv_cauchy(t: Union[float, ndarray], fwhm: float, k: float) Union[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))\).