DynamicParameterEstimationVariableXGetXCountFromNumberOfParameters(Int32, Int32, Double, Int32) Method |
Calculates the xcount array values in-place and returns the total covered history length.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static int GetXCountFromNumberOfParameters(
int numX,
int start,
double factor,
int[] result
)
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.
- result Int32
- Target array receiving the calculated counts.
Return Value
Int32The total covered history length, i.e. the sum over all elements in
result that were filled.
See Also