IMultivariateRegressionAnalysis Interface |
Namespace: Accord.Statistics.Analysis
The IMultivariateRegressionAnalysis type exposes the following members.
Name | Description | |
---|---|---|
Output |
Gets the dependent variables' values
for each of the source input points.
| |
Source |
Source data used in the analysis.
(Inherited from IMultivariateAnalysis.) |
Name | Description | |
---|---|---|
Compute |
Computes the analysis using given source data and parameters.
(Inherited from IAnalysis.) |
Regression analysis attempt to express many numerical dependent variables as a combinations of other features or measurements.