jb.norm.test: Jarque-Bera test for normality

View source: R/normtest.R

jb.norm.testR Documentation

Jarque-Bera test for normality

Description

Jarque-Bera test for normality

Usage

jb.norm.test(x, nrepl = 2000)

Arguments

x

a numeric vector of data values.

nrepl

the number of replications in Monte Carlo simulation.

Value

Performs Jarque–Bera test for the composite hypothesis of normality, see Jarque and Bera (1987)..

Examples

# This function is extracted from the deprecated library normtest
# jb.norm.test(rnorm(100))
# jb.norm.test(abs(runif(100,-2,5)))

Antoine-Masse/KefiR documentation built on Feb. 22, 2024, 5:54 a.m.