JarqueBeraALMTest
JarqueBeraALMTest[data]
tests whether data is normally distributed using the Jarque–Bera ALM test.
JarqueBeraALMTest[data,"property"]
returns the value of "property".
Details and Options
- JarqueBeraALMTest performs the Jarque–Bera ALM goodness-of-fit test with null hypothesis that data was drawn from a NormalDistribution and alternative hypothesis that it was not.
- By default, a probability value or -value is returned.
- A small -value suggests that it is unlikely that the data is normally distributed.
- The data can be univariate {x1,x2,…} or multivariate {{x1,y1,…},{x2,y2,…},…}.
- The Jarque–Bera ALM test effectively compares the skewness and kurtosis of data to a NormalDistribution.
- For univariate data, the test statistic is given by with , and correction factors for finite sample sizes given by , , and .
- For multivariate tests, the sum of the univariate marginal -values is used and is assumed to follow a UniformSumDistribution under .
- JarqueBeraALMTest[data,dist,"HypothesisTestData"] returns a HypothesisTestData object htd that can be used to extract additional test results and properties using the form htd["property"].
- JarqueBeraALMTest[data,dist,"property"] can be used to directly give the value of "property".
- Properties related to the reporting of test results include:
-
"PValue" -value "PValueTable" formatted version of "PValue" "ShortTestConclusion" a short description of the conclusion of a test "TestConclusion" a description of the conclusion of a test "TestData" test statistic and -value "TestDataTable" formatted version of "TestData" "TestStatistic" test statistic "TestStatisticTable" formatted "TestStatistic" - The following properties are independent of which test is being performed.
- Properties related to the data distribution include:
-
"FittedDistribution" fitted distribution of data "FittedDistributionParameters" distribution parameters of data - The following options can be given:
-
Method Automatic the method to use for computing -values SignificanceLevel 0.05 cutoff for diagnostics and reporting - For a test for goodness of fit, a cutoff is chosen such that is rejected only if . The value of used for the "TestConclusion" and "ShortTestConclusion" properties is controlled by the SignificanceLevel option. By default, is set to 0.05.
- With the setting Method->"MonteCarlo", datasets of the same length as the input are generated under using the fitted distribution. The EmpiricalDistribution from JarqueBeraALMTest[si,"TestStatistic"] is then used to estimate the -value.
Examples
open allclose allBasic Examples (3)
Scope (6)
Testing (3)
Perform a Jarque–Bera ALM test for normality:
The -value for the normal data is large compared to the -value for the non-normal data:
Test for multivariate normality:
Create a HypothesisTestData object for repeated property extraction:
Options (3)
Method (3)
Use Monte Carlo-based methods or a computation formula:
Set the number of samples to use for Monte Carlo-based methods:
The Monte Carlo estimate converges to the true -value with increasing samples:
Set the random seed used in Monte Carlo-based methods:
The seed affects the state of the generator and has some effect on the resulting -value:
Applications (2)
A power curve for the Jarque–Bera ALM test:
Visualize the approximate power curve:
Estimate the power of the Jarque–Bera ALM test when the underlying distribution is a CauchyDistribution[0,1], the test size is 0.05, and the sample size is 12:
Create a Jarque–Bera ALM test statistic generalized for other distributions:
Finite-sample values for , , and :
A Jarque–Bera ALM test statistic for fitting to a LaplaceDistribution:
Perform the generalized test on some data:
The -values are uniform as expected:
The test is powerful against the alternative of a HyperbolicDistribution of similar mean and variance:
Properties & Relations (4)
The Adjusted Lagrange Multiplier (ALM) method outperforms the traditional Jarque–Bera test:
The traditional Jarque–Bera test statistic:
The -values are not uniformly distributed:
The Jarque–Bera ALM test is superior for small samples:
The Jarque–Bera ALM test uses finite-sample values for the mean and variance of skewness and kurtosis, not the asymptotic values of 0, 6, 3, and 24 as in the traditional test:
The finite-sample values can be derived using MomentEvaluate and MomentConvert:
The test statistics have the same asymptotic distribution:
The Jarque–Bera ALM statistic under the null hypothesis follows ChiSquareDistribution:
Plot a histogram of the statistic and the probability density function of the distribution:
The Jarque–Bera ALM test works with the values only when the input is a TimeSeries:
Possible Issues (1)
Text
Wolfram Research (2010), JarqueBeraALMTest, Wolfram Language function, https://reference.wolfram.com/language/ref/JarqueBeraALMTest.html.
CMS
Wolfram Language. 2010. "JarqueBeraALMTest." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/JarqueBeraALMTest.html.
APA
Wolfram Language. (2010). JarqueBeraALMTest. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/JarqueBeraALMTest.html