Click or drag to resize

MultipleFitCurveInfo Class

Class for pairing a parameterized function with a data set for use in performing a simulatenous fitting of multiple data sets with shared fitting parameters. MultipleCurveFit
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreCurveFitDataSet
    CenterSpace.NMath.CoreMultipleFitCurveInfo

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class MultipleFitCurveInfo : CurveFitDataSet

The MultipleFitCurveInfo type exposes the following members.

Constructors
 NameDescription
Public methodMultipleFitCurveInfo(DoubleVector, DoubleVector, FuncDoubleVector, Double, Double) Constructs MultipleFitCurveInfo from the given information.
Public methodMultipleFitCurveInfo(DoubleVector, DoubleVector, DoubleVector, FuncDoubleVector, Double, Double) Constructs MultipleFitCurveInfo from the given information.
Top
Properties
 NameDescription
Public propertyFunction Gets the parameterized function for this data set.
Public propertyNumberOfPoints Gets the number of points in the dataset.
(Inherited from CurveFitDataSet)
Public propertyWeights Gets and sets the weights.
(Inherited from CurveFitDataSet)
Public propertyXvalues Gets and sets the x-values.
(Inherited from CurveFitDataSet)
Public propertyYvalues Gets and sets the y-values.
(Inherited from CurveFitDataSet)
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of self.
(Overrides CurveFitDataSetClone)
Top
See Also