Click or drag to resize

MultivariateCalibrationModelNumberOfY Property

Gets or sets the number of Y variables (e.g. concentrations).

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual int NumberOfY { get; set; }

Property Value

Int32

Implements

IMultivariateCalibrationModelNumberOfY
See Also