StableDistributionSymmetricPDFSeriesSmallXSmallAlpha Method |
Imaginary part of the Fourier transformed derivative of the Kohlrausch function for low frequencies, and beta<=1/20..
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static double PDFSeriesSmallXSmallAlpha(
double z,
double alpha
)
Parameters
- z Double
- Circular frequency.
- alpha Double
- Alpha (broadness) parameter.
Return Value
DoubleImaginary part of the Fourier transformed derivative of the Kohlrausch function for low frequencies, or double.NaN if the series not converges.
RemarksThis is the imaginary part of the Fourier transform (in Mathematica notation): Im[Integrate[D[Exp[-t^beta],t]*Exp[-I w t],{t, 0, Infinity}]]. The sign of
the return value here is positive!.
See Also