Description Usage Arguments Value Examples
Perform the KS test for the estimated software reliability models
1 2 3 4 5 6 | ks.srm.test(
obj,
alternative = c("two.sided", "less", "greater"),
method = c("mc", "gks", "mc2", "yamada"),
...
)
|
obj |
An object of an estimated result by Rsrat |
alternative |
A string indicates the alternative hypothesis and must be one of "two.sided" (default), "less", or "greater". |
method |
A string indicates the method for KS test with group data. "mc" and "mc2" are Monte-Carlo methods. "gks" is the generalized KS test. "yamada" is an approximation. The default is "mc". |
... |
A list of other options that are passed to concrete functions. |
A list with components;
statistic |
A value of the test statistic. |
p.value |
A value of the p-value of the test. |
p.value.lower |
A lower bound of the p-value of the test. (gks) |
p.value.upper |
A upper bound of the p-value of the test. (gks) |
alternative |
A string of the alternative hypothesis. |
b |
An integer for the number of resamples. (mc, mc2) |
alpha |
A value of the significant level. (mc, mc2) |
cv |
A value of the coefficient variation. (mc, mc2) |
lhc |
A logical indicates resamples are drawn by Latin hypercude. (mc, mc2) |
seed |
An integer for the seed of random numbers. (mc, mc2) |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.