Click or drag to resize

GlobalCurveFitAnovaParameter(String, Int32) Method

Gets fitted parameter statistics for a specific parameter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GlobalFittedParameter Parameter(
	string paramName,
	int dataSetIndex
)

Parameters

paramName  String
The index of the dataset. Note that if the parameter is shared its value will be the same for all datasets.
dataSetIndex  Int32
The name of the parameter as provided to the fitter.

Return Value

GlobalFittedParameter
Fitted parameter statistics for the specified parameter or null if a parameter with the specified name cannot be found.
See Also