Click or drag to resize

CauchyDistributionAlpha Property

Gets or sets the parameter alpha (location parameter - designates the median) of cauchy distributed random numbers which is used for their generation.

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

Property Value

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