pareto2_test_f {agop} | R Documentation |
Two-Sample F-test For Equality of Shape Parameters for Type II-Pareto Distributions
Description
Performs the F-test for the equality of shape parameters
of two samples from Pareto type-II distributions with known
and equal scale parameters, .
Usage
pareto2_test_f(
x,
y,
s,
alternative = c("two.sided", "less", "greater"),
significance = NULL
)
Arguments
x |
a non-negative numeric vector |
y |
a non-negative numeric vector |
s |
the known scale parameter, |
alternative |
indicates the alternative hypothesis and must be one of
|
significance |
significance level, |
Details
Given two samples i.i.d.
and
i.i.d.
this test verifies the null hypothesis
against two-sided or one-sided alternatives, depending
on the value of
alternative
.
It is based on the test statistic
which, under
, follows the Snedecor's F distribution with
degrees of freedom.
Note that for , then
dominates
stochastically.
Value
If significance
is not NULL
, then
the list of class power.htest
with the following components is yield in 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 yield in result:
-
statistic
the value of the test statistic. -
p.value
the p-value of the test. -
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.
See Also
Other Pareto2:
pareto2_estimate_mle()
,
pareto2_estimate_mmse()
,
pareto2_test_ad()
,
rpareto2()
Other Tests:
exp_test_ad()
,
pareto2_test_ad()