Click or drag to resize

BetaDistribution_beta Field

Fields for internal use

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected double _beta

Field Value

Double
Remarks

_alpha

First parameter of the distribution.

_beta

Second parameter of the distribution.

scale

Scale random long to (0,1) - boundaries are not allowed !

a

hlpalpha

b

hlpbeta

delta

gamma

k1

k2

maxexp

Maximal exponent for exp() function in evaluation "a*exp(v)" below
See Also