|  | GlobalCurveFitAnovaParameter(String, Int32) Method | 
            Gets fitted parameter statistics for a specific parameter.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic GlobalFittedParameter Parameter(
	string paramName,
	int dataSetIndex
)
Public Function Parameter ( 
	paramName As String,
	dataSetIndex As Integer
) As GlobalFittedParameter
public:
GlobalFittedParameter^ Parameter(
	String^ paramName, 
	int dataSetIndex
)
member Parameter : 
        paramName : string * 
        dataSetIndex : int -> GlobalFittedParameter 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
GlobalFittedParameterFitted parameter statistics for the specified parameter or 
            
null if a parameter with the specified name cannot be found.
 See Also
See Also