StableDistributionFeller(Generator) Constructor |
Creates a new instance of this distribution with default parameters (alpha=1, beta=0).
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public StableDistributionFeller(
Generator generator
)
Parameters
- generator Generator
- Random number generator to be used with this distribution.
See Also