PowerDistribution(Double, Double) Constructor |
Initializes a new instance of the
PowerDistribution class with
domain parameter
k and shape parameter
a.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PowerDistribution(
double k,
double a
)
Parameters
- k Double
- The domain parameter k.
- a Double
- The shape parameter a.
See Also