Click or drag to resize

MultipleCurveFitFit(IListMultipleFitCurveInfo, DoubleVector, DoubleVector, DoubleVector) Method

[Missing <summary> documentation for "M:CenterSpace.NMath.Core.MultipleCurveFit.Fit(System.Collections.Generic.IList{CenterSpace.NMath.Core.MultipleFitCurveInfo},CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector)"]


Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Fit(
	IList<MultipleFitCurveInfo> dataSetInfo,
	DoubleVector initialParameters,
	DoubleVector lowerBounds,
	DoubleVector upperBounds
)

Parameters

dataSetInfo  IListMultipleFitCurveInfo

[Missing <param name="dataSetInfo"/> documentation for "M:CenterSpace.NMath.Core.MultipleCurveFit.Fit(System.Collections.Generic.IList{CenterSpace.NMath.Core.MultipleFitCurveInfo},CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector)"]

initialParameters  DoubleVector

[Missing <param name="initialParameters"/> documentation for "M:CenterSpace.NMath.Core.MultipleCurveFit.Fit(System.Collections.Generic.IList{CenterSpace.NMath.Core.MultipleFitCurveInfo},CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector)"]

lowerBounds  DoubleVector

[Missing <param name="lowerBounds"/> documentation for "M:CenterSpace.NMath.Core.MultipleCurveFit.Fit(System.Collections.Generic.IList{CenterSpace.NMath.Core.MultipleFitCurveInfo},CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector)"]

upperBounds  DoubleVector

[Missing <param name="upperBounds"/> documentation for "M:CenterSpace.NMath.Core.MultipleCurveFit.Fit(System.Collections.Generic.IList{CenterSpace.NMath.Core.MultipleFitCurveInfo},CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector,CenterSpace.NMath.Core.DoubleVector)"]

Return Value

DoubleVector
See Also