-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: KScorrect
Type: Package
Title: Lilliefors-Corrected Kolmogorov-Smirnov Goodness-of-Fit Tests
Version: 1.4.1
Depends:
R (>= 3.6.0)
Imports:
MASS (>= 7.3.0),
doParallel (>= 1.0.14),
foreach (>= 1.4.4),
iterators (>= 1.0.10),
parallel (>= 3.6.0),
mclust (>= 5.4)
Date: 2019-07-05
Author: Phil Novack-Gottshall, Steve C. Wang
Maintainer: Phil Novack-Gottshall <[email protected]>
Description: Implements the Lilliefors-corrected Kolmogorov-Smirnov test for use
in goodness-of-fit tests, suitable when population parameters are unknown and
must be estimated by sample statistics. P-values are estimated by simulation.
Can be used with a variety of continuous distributions, including normal,
lognormal, univariate mixtures of normals, uniform, loguniform, exponential,
gamma, and Weibull distributions. Functions to generate random numbers and
calculate density, distribution, and quantile functions are provided for use
with the log uniform and mixture distributions.
License: CC0
URL: https://github.com/pnovack-gottshall/KScorrect
BugReports: https://github.com/pnovack-gottshall/KScorrect/issues
LazyData: TRUE
RoxygenNote: 6.1.1
Encoding: UTF-8