Click or drag to resize

DynamicParameterEstimationVariableXGetXCountFromTotalLength Method

Calculates an xcount array from a total history length.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static int[] GetXCountFromTotalLength(
	int totallength,
	int start,
	double factor
)

Parameters

totallength  Int32
Total length of the x history.
start  Int32
Index at which grouping is allowed to start.
factor  Double
Growth factor controlling how quickly bin sizes increase.

Return Value

Int32
An xcount array whose sum equals totallength.
See Also