Click or drag to resize

StableDistributionFellerGetInvertedAlphaGammaAga Method

[Missing <summary> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]


Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void GetInvertedAlphaGammaAga(
	double x,
	double alpha,
	double gamma,
	double aga,
	out double? alphainv,
	out double? xinv,
	out double? gammainv,
	out double? againv
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

alpha  Double

[Missing <param name="alpha"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

gamma  Double

[Missing <param name="gamma"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

aga  Double

[Missing <param name="aga"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

alphainv  Double

[Missing <param name="alphainv"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

xinv  Double

[Missing <param name="xinv"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

gammainv  Double

[Missing <param name="gammainv"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

againv  Double

[Missing <param name="againv"/> documentation for "M:Altaxo.Calc.Probability.StableDistributionFeller.GetInvertedAlphaGammaAga(System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

See Also