-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: QForm
Type: Package
Title: Fast, safe CDF/PDF estimation and bounding for generalized chi-square random varaibles
Version: 0.2.2
Authors@R: c(person("Ryan R.", "Christ", email = "[email protected]",
role = c("aut","cre"), comment = c(ORCID = "0000-0002-2049-3389")),
person("Louis J. M.", "Aslett", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-2211-233X")),
person("David", "Steinsaltz", email = "[email protected]",
role = c("ths"), comment = c(ORCID = "0000-0003-3044-5433")))
Maintainer: Ryan R. Christ <[email protected]>
Description: QForm provides estimates and upper/lower bounds on p-values for test statistics of the form \deqn{\sum\limits_i f\left(\eta_i \right) A_i + \sigma Z_0}{\sum\limits_i f (\eta_i) A_i + \sigma Z_0} where each \eqn{A_i \sim \chi^2_{a_i}\left(\delta^2_i\right)}{A_i \sim \chi^2_{a_i}\left(\delta^2_i\right)} and \eqn{Z_0 \sim N(0,1)}{Z_0 \sim N(0,1)}, all terms mututally independent.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
stats,
RcppRoll
Suggests:
future,
future.apply
RoxygenNote: 7.3.2