DynamicParameterEstimationVariableXGetYCountFromXCount Method |
Gets an array where the first history point (y[0]) is excluded from the history (this is because y[0] is already on the right side of the equation.
If the first element of xcount is greater than one, the result is a cloned xcount array with the first element reduced by one.
If the first element of xcount is one, than an copyied version of xcount, without the first element, is returned.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int[] GetYCountFromXCount(
int[] xcount
)
Parameters
- xcount Int32
- The xcount array.
Return Value
Int32A version of count suitable for use with the y history.
See Also