The UnivariateModel type exposes the following members.
Constructors
Methods
Fields
Properties
|
| Name | Description |
|---|
 | AdjustedRSquared |
Gets the adjusted R Squared value for the regression.
|
 | AnovaTable |
Gets the AnovaTable that summarizes the results of this model.
|
 | Computed |
Gets a value that indicates whether the regression model has been computed.
(Inherited from Model.) |
 | DegreesOfFreedom |
Gets the total degrees of freedom of the data.
|
 | DependentVariable |
Gets the dependent variable for the model.
|
 | DependentVariables |
Gets the collection of dependent variables associated with this model.
(Inherited from Model.) |
 | FStatistic |
Gets the F statistic for the regression.
|
 | IndependentVariables |
Gets the collection of independent variables associated with this model.
(Inherited from Model.) |
 | Parameters |
Gets the collection of parameters associated with this model.
|
 | PValue |
Gets the probability corresponding to the F statistic for the regression.
|
 | ResidualSumOfSquares |
Gets the sum of squares of the residuals of the model.
|
 | RSquared |
Gets the R Squared value for the regression.
|
 | StandardError |
Gets the standard error of the regression.
|
See Also