IStatMethod.Execute

Fore Syntax

Execute: Integer;

Fore.NET Syntax

Execute(): integer;

Description

The Execute method executes a statistical method.

Comments

If the method is executed without errors, it returns 0, otherwise it returns the error code. Use the ErrorByStatus property to view the error text.

The module of statistical method must have the following structure:

Before you run the statistical method calculation you must define input variables and the statistical method settings.

Fore and Fore.NET Examples

The method use is given in the example for IStatMethod.Clone.

See also:

IStatMethod