IEmMethodSettings.Format

Fore syntax

Format: String;

Fore.NET syntax

Format: string;

Description

The Format property determines a set of sections displayed in the report of express modeling method calculation.

Comments

The set of sections is a line that contains identifiers separated by semicolon ";". For example: Stats;Data;Graph.

Section identifier is returned by the IEmSections.Id property.

Sections, available for express modeling methods:

Summary statistics calculation

Linear regression

Exponential smoothing

Curve estimation

ARIMA

Missing variables criterion

Redundant variables criterion

Functional form criterion

Godfrey criterion of residual autocorrelation

White test for heteroscedasticity

Paired correlation coefficients calculation

Partial correlation coefficients calculation

Hierarchical cluster analysis

Autocorrelation analysis

Autoregression

Median smoothing

Moving average

Hodrick-Prescott filter

Census 1

Census 2

Spectrum analysis

Variance analysis

Fisher test

Chow test

Fore and Fore.NET examples

The property use is given in the example for IEmStatisticsSettings.Add.

See also:

IEmMethodSettings