-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
31 lines (31 loc) · 1.49 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
Package: philentropy
Type: Package
Title: Similarity and Distance Quantification Between Probability Functions
Version: 0.9.0
Date: 2024-11-12
Authors@R: c(person("Hajk-Georg", "Drost",
role = c("aut", "cre"),
email = "hajk-georg.drost@tuebingen.mpg.de",
comment = c(ORCID = "http://orcid.org/0000-0002-1567-306X")),
person("Jakub", "Nowosad", role = c("ctb"), email="nowosad.jakub@gmail.com", comment = c(ORCID = "0000-0002-1057-3721"))
)
Maintainer: Hajk-Georg Drost <hajk-georg.drost@tuebingen.mpg.de>
Description: Computes 46 optimized distance and similarity measures for comparing probability functions (Drost (2018) <doi:10.21105/joss.00765>). These comparisons between probability functions have their foundations in a broad range of scientific disciplines from mathematics to ecology. The aim of this package is to provide a core framework for clustering, classification, statistical inference, goodness-of-fit, non-parametric statistics, information theory, and machine learning tasks that are based on comparing univariate or multivariate probability functions.
Depends:
R (>= 3.1.2)
Imports:
Rcpp,
KernSmooth,
poorman
License: GPL-2
LazyData: false
LinkingTo: Rcpp
URL: https://drostlab.github.io/philentropy/, https://github.com/drostlab/philentropy
Suggests:
testthat,
knitr,
rmarkdown,
microbenchmark
VignetteBuilder: knitr
BugReports: https://github.com/drostlab/philentropy/issues
RoxygenNote: 7.3.1