IHACOptions.LRCBandwidthMethod

Fore Syntax

LRCBandwidthMethod: LRCBandwidthMethodType;

Fore.NET Syntax

LRCBandwidthMethod: Prognoz.Platform.Interop.Stat.LRCBandwidthMethodType;

Description

The LRCBandwidthMethod property determines the method of calculating kernel bandwidth value.

Comments

If LRCBandwidthMethod = LRCBandwidthMethodType.UserSpecified, kernel bandwidth value must be set via the IHACOptions.BandwidthValue property.

Fore and Fore.NET Examples

The property use is given in the example for ISmPhillipsOuliarisTest.Explained.

See also:

IHACOptions