pareto2_test_f(x, y, s,
alternative = c("two.sided", "less", "greater"),
significance = NULL)"two.sided" (default),
"less", or "greater"significance$<1$ or="" NULL. See
the Value section for details1$>$significance is not NULL, then the list
of class power.htest with the following components
is passed as a result: statistic-
the value of the test statistic.result-
either FALSE (accept null hypothesis) or TRUE (reject).alternative- a character string describing
the alternative hypothesis.method- a
character string indicating what type of test was
performed.data.name- a character string
giving the name(s) of the data. Otherwise, the list of class htest with the
following components is passed as a result:
statisticthe value of the test statistic.p.valuethe p-value of the test.alternativea character string describing the
alternative hypothesis.methoda character
string indicating what type of test was performed.data.namea character string giving the name(s) of
the data.alternative. It bases on test statistic
$T(X,Y)=\frac{n\sum_{i=1}^m\log(1+Y_i/m)}{m\sum_{i=1}^n\log(1+X_i/n)}$
which, under $H_0$, has the Snedecor's F distribution
with $(2m, 2n)$ degrees of freedom.Note that for $k_x < k_y$, then $X$ dominates $Y$ stochastically.
dpareto2,
pareto2_estimate_mle,
pareto2_estimate_mmse,
ppareto2, qpareto2,
rpareto2