Click or drag to resize

DynamicParameterEstimationVariableXGetXCountFromNumberOfParameters(Int32, Int32, Double, Int32) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromNumberOfParameters(System.Int32,System.Int32,System.Double,System.Int32[])"]


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

Parameters

numX  Int32

[Missing <param name="numX"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromNumberOfParameters(System.Int32,System.Int32,System.Double,System.Int32[])"]

start  Int32

[Missing <param name="start"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromNumberOfParameters(System.Int32,System.Int32,System.Double,System.Int32[])"]

factor  Double

[Missing <param name="factor"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromNumberOfParameters(System.Int32,System.Int32,System.Double,System.Int32[])"]

result  Int32

[Missing <param name="result"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromNumberOfParameters(System.Int32,System.Int32,System.Double,System.Int32[])"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromNumberOfParameters(System.Int32,System.Int32,System.Double,System.Int32[])"]

See Also