ISummaryStatistics.ProbJBStat

Fore Syntax

ProbJBStat: Double;

Fore.NET Syntax

ProbJBStat: double;

Description

The ProbJBstat property returns the Jarque-Bera statistics probability.

Comments

The Jaque-Bera statistic has distribution χ2.

To get the value of the Jarque-Bera statistics, use the ISummaryStatistics.JBStat property.

Fore and Fore.NET Examples

The property use is given in the example for ISummaryStatistics.JBStat.

See also:

ISummaryStatistics