Click or drag to resize

GlobalCurveFitAnovaParameter(Int32, 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(
	int parameterIndex,
	int dataSetIndex
)

Parameters

parameterIndex  Int32
The index of the parameter in the parameter vector as it is provided to the parameterized function being fit.
dataSetIndex  Int32
The index of the dataset. Note that if the parameter is shared its value will be the same for all datasets.

Return Value

GlobalFittedParameter
Fitted parameter statistics for the specified parameter.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the the parameter index or data set index is invalid.
See Also