IStatMethod.Execute

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.

Example

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

See also:

IStatMethod