Curve |
| Name | Description | |
|---|---|---|
| CurveFitDataSet(DoubleVector, DoubleVector) | Constructs a CurveFitDataSet from the given x and y value. All y-values are assumed to be equally weighted (all have an effective weight equal to 1). | |
| CurveFitDataSet(DoubleVector, DoubleVector, DoubleVector) | Constructs a CurveFitDataSet from the given values. |