Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pareto2_test_ad

Anderson-Darling Test for the Pareto Type-II Distribution


Description

Performs an approximate Anderson-Darling goodness-of-fit test, which verifies the null hypothesis: Data follow a Pareto-Type II distribution.

Usage

pareto2_test_ad(x, s = 1)

Arguments

x

a non-negative numeric vector of data values

s

the known scale parameter, s>0

Details

We know that if X follows a Pareto-Type II distribution with shape parameter k, then log(1+X/s) follows an exponential distribution with parameter k. Thus, this function transforms the input vector, and performs the same steps as exp_test_ad.

Value

A list of the class htest is returned, see exp_test_ad.

See Also


agop

Aggregation Operators and Preordered Sets

v0.2-3
LGPL (>= 3)
Authors
Marek Gagolewski [aut, cre] (<https://orcid.org/0000-0003-0637-6028>), Anna Cena [ctb] (<https://orcid.org/0000-0001-8697-5383>)
Initial release
2020-01-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.