View source: R/Basic_functions.r
calculateJB | R Documentation |
We measure non-Gaussianity using Jarque-Bera (JB) statistic, which is a weighted combination of squared skewness and kurtosis, JB paper. The data has to be standardized and mean 0 and sd to 1.
calculateJB(S = NULL, U = NULL, X = NULL, alpha = 0.8)
S |
the variable loadings r x px. |
U |
U matrix for matched columns rj x n |
X |
whitened data matrix n x px, data = whitenerXA %*% dXcentered |
alpha |
JB weighting of skewness and kurtosis. default = 0.8 |
the sum of JB score across all components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.