Click or drag to resize

StatisticsProbabilityDensityResultX Property

Gets or sets the x-coordinates at which the density was evaluated.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<double> X {
	get;
 set; }

Property Value

IReadOnlyListDouble
See Also