ISummaryStatistics.DWUpperBound

Fore Syntax

DWUpperBound: Double;

Fore.NET Syntax

DWUpperBound: double;

Description

The DWUpperBound property returns the probability value for the upper bound of the Durbin-Watson statistics range.

Comments

Confidence limit probability values for the Durbin-Watson statistics are calculated only for models with regressors.

To get probability value for lower limit of the Durbin-Watson statistics range, use the ISummaryStatistics.DWLowerBound property.

Fore and Fore.NET Examples

The property use is given in the example for ISummaryStatistics.DW.

See also:

ISummaryStatistics | Durbin-Watson Test