Description Usage Arguments Value Examples
Perform the KS test for the estimated software reliability models
1 | ks.srm.test.y(obj, alternative = c("two.sided", "less", "greater"))
|
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". |
A list with components;
statistic |
A value of the test statistic. |
p.value |
A value of the p-value of the test. |
alternative |
A string of the alternative hypothesis. |
1 2 3 | data(dacs)
result <- fit.srm.nhpp(fault=sys1g[1:30], srm.name=c("exp"))
ks.srm.test.y(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.