Fit |
public class FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline : IFitFunction, IFitFunctionWithDerivative
The FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline type exposes the following members.
| Name | Description | |
|---|---|---|
| FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline | Initializes a new instance of the FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline class. |
| Name | Description | |
|---|---|---|
| NumberOfDependentVariables | Number of dependent variables (i.e. y, in Altaxo this is commonly called v (like value)). | |
| NumberOfIndependentVariables | Number of independent variables (i.e. x). | |
| NumberOfParameters | Number of parameters of this fit function. |
| Name | Description | |
|---|---|---|
| DefaultParameterValue | Not implemented. | |
| DefaultVarianceScaling | Not implemented. | |
| DependentVariableName | Not implemented. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Evaluate(Double, Double, Double) | Not implemented. | |
| Evaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean) | Evaluates the function values at multiple x-points. | |
| EvaluateDerivative | This evaluates the gradient of the function with respect to the parameters. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetParameterBoundariesHardLimit | Not implemented. | |
| GetParameterBoundariesSoftLimit | Not implemented. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IndependentVariableName | Not implemented. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ParameterName | Not implemented. | |
| SetAllPeakParametersExceptFirstPeakToFixed | Sets all peak parameters except that for the first peak to fixed. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Changed | Occurs when the fit function changed, including number or name of parameters, independent variables, dependent variables, or the scaling. |
| Name | Description | |
|---|---|---|
| _underlyingFitFunction |