Click or drag to resize

BetaPrimeDistributionBeta Property

Gets or sets the parameter beta which is used for generation of beta-prime distributed random numbers.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Beta { get; set; }

Property Value

Double
Remarks
Call IsValidBeta(Double) to determine whether a value is valid and therefor assignable.
See Also