gks.srm.test.mp: Generalized KS test for software reliability models

Description Usage Arguments Value Examples

View source: R/gks_mpfr.R

Description

Peform the generalized KS test for the estimated software reliability models

Usage

1
2
3
4
5
gks.srm.test.mp(
  obj,
  alternative = c("two.sided", "less", "greater"),
  prec = 128
)

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

prec

An integer to indicate the precision

Value

A list with components;

statistic

A value of the test statistic.

p.value.lower

A lower bound of the p-value of the test.

p.value.upper

A upper bound of the p-value of the test.

alternative

A string of the alternative hypothesis.

Examples

1
2
3
data(dacs)
result <- fit.srm.nhpp(fault=sys1g[1:30], srm.name=c("exp"))
gks.srm.test.mp(result)

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