-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 923 Bytes
/
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: diagis
Type: Package
Title: Diagnostic Plot and Multivariate Summary Statistics of Weighted Samples from Importance Sampling
Version: 0.2.3
Authors@R:
person(given = "Jouni",
family = "Helske",
role = c("aut", "cre"),
email = "jouni.helske@iki.fi",
comment = c(ORCID = "0000-0001-7130-793X"))
Description: Fast functions for effective sample size, weighted multivariate
mean, variance, and quantile computation, and weight diagnostic plot for
generic importance sampling type or other probability weighted samples.
License: GPL (>= 2)
BugReports: https://github.com/helske/diagis/issues
URL: https://github.com/helske/diagis/
Suggests:
covr,
knitr,
rmarkdown,
testthat,
Imports:
coda,
ggplot2 (>= 2.1.0),
gridExtra,
Rcpp (>= 0.12.7)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8