ks.srm.test.time: KS test for software reliability models with time data

Description Usage Arguments Value Examples

View source: R/kstest.R

Description

Perform the KS test for the estimated software reliability models

Usage

1
ks.srm.test.time(obj, alternative = c("two.sided", "less", "greater"))

Arguments

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".

Value

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.

Examples

1
2
3
4
data(dacs)
result <- fit.srm.nhpp(time=sys1[sys1>=0],
                       te=-sys1[sys1<0], srm.name=c("exp"))
ks.srm.test.time(result)

SwReliab/gof4srm documentation built on Dec. 18, 2021, 3:05 p.m.