ep.test.pvalue | R Documentation |
Calculates the p-value for the exponential goodness-of-fit test which is based on the sample correlation from the exponential probability plot.
ep.test.pvalue(w, n)
w |
the ANOVA test statistic; w is in (0,1). |
n |
the sample size. |
The p-value for the exponential goodness-of-fit test which is based on
the sample correlation from the exponential probability plot.
There is print
method for class "htest"
.
A list with class "htest" containing the following components:
statistic |
the value of the test statistic (sample correlation from the exponential probability plot) |
p.value |
the p-value for the test. |
method |
a character string indicating the exponential probability test. |
Chanseok Park
Shapiro, S. S. and M. B. Wilk (1972). An Analysis of Variance Test for the Exponential Distribution (Complete Samples). Technometrics, 14(2), 355-370.
ks.test
for performing the Kolmogorov-Smirnov test
for the goodness of fit test of two samples.
shapiro.test
for performing the Shapiro-Wilk test for normality.
wp.test
for performing the Weibullness test.
# p.value with w (ANOVA statistic) and n (sample size).
ep.test.pvalue(w=0.35593, n=7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.