gofPHCS 0.1.0
- Initial release of
gofPHCS.
- Implements complete-sample goodness-of-fit tests: Kolmogorov-Smirnov
(
KS), Cramér-von Mises (CvM), Anderson-Darling
(AD).
- Implements progressive Type-II censoring tests: Balakrishnan, Ng
& Kannan (2002b) spacings test (
T), Balakrishnan et
al. (2004b) location-scale spacings test (genT), CvM-type
on transformed spacings (A2_prog), Shapiro-Wilk type test
(W2_prog), Wang (2008) log-spacings statistic
(Tstar), Döring & Cramer (2019) Kaplan-Meier survival
test (KMprog).
- Implements hybrid censoring tests: Banerjee & Pradhan (2018)
Kolmogorov-Smirnov tests (
KSI, KSII,
KSI_HCS, KSII_HCS).
- Includes unified distribution adapter
(
make_distribution), censored data container
(cens_data), and random sample generator
(rcens).