Click or drag to resize

DynamicParameterEstimationVariableXGetXCountFromNumberOfParameters(Int32, Int32, Double) Method

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


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
)

Parameters

numX  Int32

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

start  Int32

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

factor  Double

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

Return Value

Int32

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

See Also