IExpressModeller.CreateFisherTestSettings

Fore syntax

CreateFisherTestSettings: IEmFisherTestSettings;

Fore.NET syntax

CreateFisherTestSettings(): Prognoz.Platform.Interop.Modeller.IEmFisherTestSettings;

Description

The CreateFisherTestSettings method creates an object that determines Fisher Test method calculation parameters.

Comments

Use the IExpressModeller.EvaluateMethod method for calculation.

Fore and Fore.NET examples

The method use is given in the example for IEmFisherTestSettings.SerieA.

See also:

IExpressModeller