QuickStatisticsAdd Method |
Adds a data point to the statistics.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add(
double x
)
Parameters
- x Double
- The value of the data point.
See Also