Click or drag to resize

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.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int[] GetYCountFromXCount(
	int[] xcount
)

Parameters

xcount  Int32
The xcount array.

Return Value

Int32
A version of count suitable for use with the y history.
See Also