Learn R Programming

weibullness (version 1.24.1)

ep.test.critical: Critical Value for the Exponential Goodness-of-Fit test

Description

Calculates the critical value for the Weibullness test

Usage

ep.test.critical(alpha, n)

Value

A list with class "ep.test.critical" containing the following components:

sample.size

sample size (missing observations are deleted).

alpha

significance level.

critical.value

critical value.

data.name

a character string giving the name(s) of the data.

Arguments

alpha

the significance level.

n

the sample size.

Author

Chanseok Park

Details

This function calculates the critical value for the Weibullness test which is constructed using the sample correlation from the associated Weibull plot. The critical value is then looked up in Weibull.Plot.Quantiles. There is print method for class "ep.test.critical".

See Also

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.

Examples

Run this code
# Critical value with alpha (significance level) and n (sample size).
ep.test.critical(alpha=0.0982, n=7)

Run the code above in your browser using DataLab