ErlangDistributionSetOrder Method |
Sets the order and location parameters for the distribution.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void SetOrder(
int order,
double loc
)
Parameters
- order Int32
- The Erlang order.
- loc Double
- The location parameter.
See Also