Execute: Integer;
The Execute method executes a statistical method.
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:
Creating a statistical method object.
Filling in input data.
Setting up method parameters. (Remember that some parameters of the statistical method can have default values.)
Executing the method (the Execute method).
Output data.
Before you run the statistical method calculation you must define input variables and the statistical method settings.
The method use is given in the example for IStatMethod.Clone.
See also: