Spotfire.Dxp.Application.Visuals.FittingModels Namespace

Spotfire 14.2 API Reference
The Spotfire.Dxp.Application.Visuals.FittingModels namespace contains classes used to add reference curves and lines to visualizations.

The various fitting models are used to control how the curves and lines are fitted to the visualization data.

Classes

  ClassDescription
Public classColumnValuesLine
Represents a computer of multilines from a pair of data columns.
Public classColumnValuesLinePropertyNames
Property names for the ColumnValuesLine class.
Public classExponentialFittingModel
The exponential fitting model defines an exponential curve that minimizes the sum-of-squares of the y-distances between the data and the curve.
Public classExponentialFittingModelPropertyNames
Contains property name constants for the public properties of ExponentialFittingModel.
Public classFittingModel
Abstract base class for fitting models. See the CustomFittingModel class for creating custom fitting models.
Public classFittingModelPropertyNames
Contains property name constants for the public properties of FittingModel.
Public classFittingModelCollection
Collection of FittingModels. Contains methods to add and remove FittingModels and Curves.
Public classFittingModelCollectionPropertyNames
The property names for FittingModelCollection.
Public classFittingModelConfigurator
Provides methods for configuring the fitting model during the ConfigureModelCore(FittingModelConfigurator).
Public classFittingModelData
Handles the values to which a curve should be fitted by a FittingModel.
Public classFittingModelOutput
Handles results and errors from a fitting operation on a FittingModel.
Public classFittingModelTypeIdentifiers
Defines the type identifiers for built-in fitting models.
Public classForecastHoltWintersFittingModel
A model contining the parameters for a Holt-Winters forecast. Usually applied to time series data, but it can be used with any discrete set of repeated measurements.
Public classForecastHoltWintersFittingModelPropertyNames
Contains property name constants for the public properties of ForecastHoltWintersFittingModel.
Public classGaussianFittingModel
Represents a Gausssian fitting model that defines a Gaussian curve that minimizes the sum-of-squares of the y-distances between the data and the curve.
Public classGaussianFittingModelPropertyNames
Contains property name constants for the public properties of GaussianFittingModel.
Public classLogarithmicFittingModel
The logarithmic fitting model defines a logarithmic curve that minimizes the sum-of-squares of the y-distances between the data and the curve.
Public classLogarithmicFittingModelPropertyNames
Contains property name constants for the public properties of LogarithmicFittingModel.
Public classLogisticRegressionFittingModel
The logistic regression fitting model defines a logistic regression curve that minimizes the sum-of-squares of the y-distances between the data and the curve.
Public classLogisticRegressionFittingModelPropertyNames
Contains property name constants for the public properties of LogisticRegressionFittingModel.
Public classPolynomialFittingModel
The polynomial fitting model defines a polynomial curve that minimizes the sum-of-squares of the y-distances between the data and the curve.
Public classPolynomialFittingModelPropertyNames
Contains property name constants for the public properties of PolynomialFittingModel.
Public classPowerFittingModel
The power fitting model defines a power curve that minimizes the sum-of-squares of the y-distances between the data and the curve.
Public classPowerFittingModelPropertyNames
Contains property name constants for the public properties of PowerFittingModel.
Public classReferenceCurve
A reference curve is used to visualize the results from a fitting model. There are expressions defining the shape of the curve and where it begins and ends. The expressions may reference the result variables defined by the fitting model.
Public classReferenceCurvePropertyNames
Contains property name constants for the public properties of ReferenceCurve.
Public classReferenceCurveFittingModel
Used to display a reference curve. The shape of the curve is defined by an expression. The expression may reference the variable x and column names in the data table defined by DataTableReference.
Public classReferenceCurveFittingModelPropertyNames
Contains property name constants for the public properties of ReferenceCurveFittingModel.
Public classReferenceDetailItem
Represents reference item details shown in tooltips or labels.
Public classReferenceDetailItemPropertyNames
Contains property name constants for the public properties of ReferenceDetailItem.
Public classReferenceDetailItemCollection
A collection of ReferenceDetailItem shown in tooltips or labels.
Public classReferenceLineFittingModel
Represents a horizontal or vertical reference line.
Public classReferenceLineFittingModelPropertyNames
Contains property name constants for the public properties of ReferenceLineFittingModel.
Public classReferencePoint
A reference point is used to visualize the results from a fitting model. There are expressions defining the X and Y position of the point. The expressions may reference the result variables defined by the fitting model.
Public classReferencePointPropertyNames
Contains property name constants for the public properties of ReferencePoint.
Public classResultValue
Represents a result value for a result variable in a fitting operation.
Public classStraightLineFittingModel
The straight line fitting model defines a straight line that minimizes the sum-of-squares of the y-distances between the data and the line.
Public classStraightLineFittingModelPropertyNames
Contains property name constants for the public properties of StraightLineFittingModel.
Enumerations

  EnumerationDescription
Public enumerationHoltWintersSeasonalModelType
HoltWintersModelType lists the available options for the SeasonalModelType parameter for ForecastHoltWintersFittingModel.
Public enumerationIndividualFittingModes
The visualization features to calculate curves for. Features may be combined, which will result in one curve per combination.
Public enumerationVariableAxis
Defines the axis that a result is connected to.