Description Usage Arguments Details Value References Examples
Performs H_0:α =0 \quad vs \quad H_0:α =0. α =0 corresponds to exponential distribution and α >0 corresponds to Pareto type II distribution.
1 |
X |
data-vector. |
expPareto_test is the function for testing exponential vs. Pareto type II distributions
vector of samples generate from BLG distribution.
Arendarczyk, M. and Kozubowski T. J. and Panorska, A. k. (2018). A bivariate distribution with Lomax and geometric margins . Journal of the Korean Statistical Society, 47:405-422. https://doi.org/10.1016/j.jkss.2018.04.006
1 2 3 4 | X<- Renext:: rlomax(100,scale = 0.200,shape = 0.5)
#X<-rexp(300, rate = 1/10)
test<- expPareto_test(X)
test
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.