Click or drag to resize
Accord.NET (logo)

IMultivariateRegressionAnalysis Interface

Common interface for multivariate regression analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IMultivariateRegressionAnalysis : IMultivariateAnalysis, 
	IAnalysis
Request Example View Source

The IMultivariateRegressionAnalysis type exposes the following members.

Properties
  NameDescription
Public propertyOutput
Gets the dependent variables' values for each of the source input points.
Public propertySource
Source data used in the analysis.
(Inherited from IMultivariateAnalysis.)
Top
Methods
  NameDescription
Public methodCompute
Computes the analysis using given source data and parameters.
(Inherited from IAnalysis.)
Top
Remarks

Regression analysis attempt to express many numerical dependent variables as a combinations of other features or measurements.

See Also