Click or drag to resize

StatisticsProbabilityDensityResultY Property

Gets or sets the estimated density values corresponding to X.

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

Property Value

IReadOnlyListDouble
See Also