-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 2.25 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
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: qfratio
Type: Package
Title: Moments and Distributions of Ratios of Quadratic Forms Using Recursion
Version: 1.1.1.9000
Date: 2024-09-20
Authors@R: c(person("Junya", "Watanabe", email = "Junya.Watanabe@uab.cat",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9810-5286")),
person("Patrick", "Alken", role = "cph",
comment = "Author of bundled C codes from GSL"),
person("Brian", "Gough", role = "cph",
comment = "Author of bundled C codes from GSL"),
person("Pavel", "Holoborodko", role = "cph",
comment = "Author of bundled C codes from GSL"),
person("Gerard", "Jungman", role = "cph",
comment = "Author of bundled C codes from GSL"),
person("Reid", "Priedhorsky", role = "cph",
comment = "Author of bundled C codes from GSL"),
person("Free Software Foundation, Inc.", role = "cph",
comment = "Copyright holder of some bundled scripts"))
Description: Evaluates moments of ratios (and products) of quadratic forms
in normal variables, specifically using recursive algorithms developed by
Bao and Kan (2013) <doi:10.1016/j.jmva.2013.03.002> and Hillier et al.
(2014) <doi:10.1017/S0266466613000364>. Also provides distribution,
quantile, and probability density functions of simple ratios of quadratic
forms in normal variables with several algorithms. Originally developed as
a supplement to Watanabe (2023) <doi:10.1007/s00285-023-01930-8> for
evaluating average evolvability measures in evolutionary quantitative
genetics, but can be used for a broader class of statistics. Generating
functions for these moments are also closely related to the top-order zonal
and invariant polynomials of matrix arguments.
License: GPL (>= 3)
URL: https://github.com/watanabe-j/qfratio
BugReports: https://github.com/watanabe-j/qfratio/issues
Imports: Rcpp, MASS, stats
LinkingTo: Rcpp, RcppEigen
Suggests: mvtnorm, CompQuadForm, graphics, testthat (>= 3.0.0),
knitr, rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr, rmarkdown