The IDependenceForm interface defines the parameters of the dependence form.
| Property name | Brief description | |
| The CriterionValue property returns criterion value for a dependence form. | ||
| The DisplayName property returns name of a dependence form. | ||
| The Errors property returns a message about all errors and warnings for a dependence form. | ||
| The Failed property returns True if any errors occurred while calculating a dependence form, and False if no errors have occurred. | ||
| The Fitted property returns an array of values of dependence form modeling series without seasonality. | ||
| The FittedSeason property returns an array of values of dependence form modeling series adjusted for seasonality. | ||
| The Forecast property determines parameters of the form forecasting series without seasonality. | ||
| Outdated. Use IDependenceForm.ForecastSeasonality. | ||
| The ForecastSeasonality property determines parameters of forecasting series dependence form adjusted for seasonality. | ||
| The Include property indicates whether to include dependence form into calculations. | ||
| The ModelCoefficients property returns dependence form coefficients. | ||
| The Name property returns name of a dependence form. | ||
| The Residuals property returns a dependency form residual series without seasonality. | ||
| The ResidualsSeason property returns a dependency form residual series with seasonality. | ||
| The SummaryStatistics property returns summary statistics of a dependence form. |
See also: