-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.66 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
Package: MRReg
Title: MDL Multiresolution Linear Regression Framework
Version: 0.1.5
Authors@R:
person(given = "Chainarong",
family = "Amornbunchornvej",
role = c("aut", "cre"),
email = "grandca@gmail.com",
comment = c(ORCID = "0000-0003-3131-0370"))
Maintainer: Chainarong Amornbunchornvej <grandca@gmail.com>
Description: We provide the framework to analyze multiresolution partitions (e.g. country, provinces, subdistrict) where each individual data point belongs to only one partition in each layer (e.g. i belongs to subdistrict A, province P, and country Q). We assume that a partition in a higher layer subsumes lower-layer partitions (e.g. a nation is at the 1st layer subsumes all provinces at the 2nd layer). Given N individuals that have a pair of real values (x,y) that generated from independent variable X and dependent variable Y. Each individual i belongs to one partition per layer. Our goal is to find which partitions at which highest level that all individuals in the these partitions share the same linear model Y=f(X) where f is a linear function. The framework deploys the Minimum Description Length principle (MDL) to infer solutions. The publication of this package is at Chainarong Amornbunchornvej, Navaporn Surasvadi, Anon Plangprasopchok, and Suttipong Thajchayapong (2021) <doi:10.1145/3424670>.
License: MIT + file LICENSE
URL: https://github.com/DarkEyes/MRReg
BugReports: https://github.com/DarkEyes/MRReg/issues
Encoding: UTF-8
LazyData: false
Depends:
R (>= 3.5.0),
caret
Imports:
igraph
Roxygen: list(markdown = TRUE)
Suggests: knitr, rmarkdown, markdown
VignetteBuilder: knitr
RoxygenNote: 7.1.2