Click or drag to resize

GlobalFixedFitParameterInfo(String, IDictionaryInt32, Double) Constructor

Constructs a non-shared GlobalFixedFitParameterInfo object with the given name, description, and set of fixed values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GlobalFixedFitParameterInfo(
	string paramName,
	IDictionary<int, double> dataSetToFixedValueMap
)

Parameters

paramName  String
The parameter name.
dataSetToFixedValueMap  IDictionaryInt32, Double
A dictionary where each entry specifies the dataset index and the fixed value for that dataset.
See Also