CoxOakes: Test for exponentiality of Cox and Oakes

Description Usage Arguments Details Value Examples

View source: R/CoxOakes.R

Description

CoxOakes returns results of the test of exponentiallity of Cox and Oakes

Usage

1

Arguments

x

a numeric vector of positive values.

Details

This function performs the test of exponentiallity of Cox and Oakes. For more details, see: Henze and Meintanis (2005, Metrika)

Value

A list containing the following components:

statistic

the value of the test statistic.

p.value

the p-value of the test.

Examples

1
2
3
set.seed(1)
x <- rexp(1000)
CoxOakes(x)

thaos/farr documentation built on May 28, 2019, 8:42 a.m.