Click or drag to resize

MultivariateLinearFitParameters Class

Stores parameters for a multivariate linear regression.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateMultivariateLinearFitParameters

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class MultivariateLinearFitParameters

The MultivariateLinearFitParameters type exposes the following members.

Constructors
 NameDescription
Public methodMultivariateLinearFitParameters Initializes a new instance of the MultivariateLinearFitParameters class.
Top
Properties
 NameDescription
Public propertyDependentColumnIndexIntoSelection Gets or sets the index of the dependent column within the selected columns.
Public propertyGenerateRegressionValues Gets or sets a value indicating whether regression values should be generated.
Public propertyGenerateResidualValues Gets or sets a value indicating whether residual values should be generated.
Public propertyIncludeIntercept Gets or sets a value indicating whether an intercept should be included.
Public propertySelectedDataColumns Gets the selected data columns.
Public propertySelectedDataRows Gets or sets the selected data rows.
Public propertyTable Gets the table that contains the regression data.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_DependentColumnIndexIntoSelection The index of the dependent column within the selected data columns.
Protected field_GenerateRegressionValues A value indicating whether regression values are generated.
Protected field_GenerateResidualValues A value indicating whether residual values are generated.
Protected field_IncludeIntercept A value indicating whether an intercept is included in the fit.
Protected field_selectedDataColumns The selected data columns.
Protected field_selectedDataRows The selected data rows, or null if all rows are used.
Protected field_table The table containing the data columns.
Top
See Also