Click or drag to resize

DynamicParameterEstimationVariableXGetXCountFromNumberOfParametersAndLength(Int32, Int32, Int32, Double) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromNumberOfParametersAndLength(System.Int32,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[] GetXCountFromNumberOfParametersAndLength(
	int numX,
	int start,
	ref int totallength,
	out double factor
)

Parameters

numX  Int32

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

start  Int32

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

totallength  Int32

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

factor  Double

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

Return Value

Int32

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

See Also