StableDistributionBaseGetBetaFromAbe Method |
Gets the skewness parameter beta (range: [-1,1]) from the 'alternative beta' value abe.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GetBetaFromAbe(
double abe,
bool isBetaNegative
)
Parameters
- abe Double
- 'Alternative beta' value. It is defined as (1-beta) for beta>=0, and as (1+beta) for beta<0. Thus, abe is a value in the range [0,1].
- isBetaNegative Boolean
- Specifies the sign of the original beta value. If false, the original beta is a nonnegative value. Of true, the original beta is negative.
Return Value
DoubleThe skewness parameter beta (range: [-1,1]) as calculated from the 'alternative beta' value
abe.
See Also