R/package.R

#' gof4srm: Goodness-of-fit tests for software reliability models
#'
#' This is a package of goodness-of-fit tests for software reliability (growth)
#' models. This provides Kolmogorov-Smirnov test for both time and grouped data,
#' and EIC (extended information criterion).This package provides estimation
#' programs for software reliability growth
#'
#' @docType package
#' @name gof4srm
#' @import Rsrat
#' @importFrom Rmpfr mpfr
#' @importFrom stats rpois runif rmultinom
#' @importFrom lhs randomLHS
#' @useDynLib gof4srm
NULL
SwReliab/gof4srm documentation built on Dec. 18, 2021, 3:05 p.m.