Click or drag to resize

StableDistributionBaseAlt1GpI Constructor

Initializes a new instance of the StableDistributionBaseAlt1GpI class.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Alt1GpI(
	double factorp,
	double facdiv,
	double logPdfPrefactor,
	double alpha,
	double dev
)

Parameters

factorp  Double
The multiplicative core factor.
facdiv  Double
The divisive core factor.
logPdfPrefactor  Double
The logarithm of the PDF prefactor.
alpha  Double
The characteristic exponent.
dev  Double
The deviation angle.
See Also