Click or drag to resize

GlobalFixedFitParameterInfo(Double) Constructor

Constructs a shared GlobalFixedFitParameterInfo object with the given name, description and fixed value. The parameter will be fixed at this value for all datasets.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GlobalFixedFitParameterInfo(
	double valueForAllDatasets
)

Parameters

valueForAllDatasets  Double
The fixed parameter value for all datasets
See Also