Click or drag to resize

DynamicParameterEstimationVariableXGetXCountFromNumberOfParameters(Int32, Int32, Double) Method

Calculates an xcount array for the given number of parameters.

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

Parameters

numX  Int32
The number of x parameters (array length).
start  Int32
Index at which grouping is allowed to start.
factor  Double
Growth factor controlling how quickly bin sizes increase.

Return Value

Int32
The calculated xcount array.
See Also