DynamicParameterEstimationCalculateNumberOfData Method |
Calculate the number of points that can be used at the right side of the linear equation (i.e. the number of rows of the equation).
With the same length of x and y, the number of data reduces when more x or y parameters are to evaluate,
since more samples are needed for the history and that samples can not be used on the right side of the equation.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual int CalculateNumberOfData(
IReadOnlyList<double>? x,
IReadOnlyList<double> y
)
Parameters
- x IReadOnlyListDouble
- Vector of x data.
- y IReadOnlyListDouble
- Vector of y data.
Return Value
Int32[Missing <returns> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimation.CalculateNumberOfData(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]
See Also