Click or drag to resize

ChiDistributionN Property

Gets or sets the parameter N (degree of freedom) which is used for generation of chi distributed random numbers.

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

Property Value

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