-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
27 lines (27 loc) · 875 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
Package: densratio
Type: Package
Version: 0.2.1
Title: Density Ratio Estimation
Description: Density ratio estimation.
The estimated density ratio function can be used in many applications such as
anomaly detection, change-point detection, covariate shift adaptation.
The implemented methods are uLSIF (Hido et al. (2011) <doi:10.1007/s10115-010-0283-2>),
RuLSIF (Yamada et al. (2011) <doi:10.1162/NECO_a_00442>),
and KLIEP (Sugiyama et al. (2007) <doi:10.1007/s10463-008-0197-x>).
Authors@R:
person("Koji", "Makiyama", , "[email protected]", c("aut", "cre"))
URL: https://github.com/hoxo-m/densratio
BugReports: https://github.com/hoxo-m/densratio/issues
License: MIT + file LICENSE
Imports:
utils
Suggests:
graphics,
knitr,
mvtnorm,
rmarkdown,
stats,
testthat
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Encoding: UTF-8