Description Usage Arguments Details Value References See Also Examples
The function ks.chen() gives the values for the KS test assuming the Chen distribution with shape parameter beta and scale parameter lambda. In addition, optionally, this function allows one to show a comparative graph between the empirical and theoretical cdfs for a specified data set.
1 2 3 |
x |
vector of observations. |
beta.est |
estimate of the parameter beta |
lambda.est |
estimate of the parameter lambda |
alternative |
indicates the alternative hypothesis and must be one of |
plot |
Logical; if TRUE, the cdf plot is provided. |
... |
additional arguments to be passed to the underlying plot function. |
The Kolmogorov-Smirnov test is a goodness-of-fit technique based on the maximum distance between the empirical and theoretical cdfs.
The function ks.chen()
carries out the KS test for the Chen.
Castillo, E., Hadi, A.S., Balakrishnan, N. and Sarabia, J.M.(2004). Extreme Value and Related Models with Applications in Engineering and Science, John Wiley and Sons, New York.
Chen, Z.(2000). A new two-parameter lifetime distribution with bathtub shape or increasing failure rate function, Statistics and Probability Letters, 49, 155-161.
Pham, H. (2003). Handbook of Reliability Engineering, Springer-Verlag.
pp.chen
for PP
plot and qq.chen
for QQ
plot
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.