forked from LucaTorriani/KrigingManifoldData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.13 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: Manifoldgstat
Type: Package
Title: Kriging prediction for manifold-valued data.
Version: 1.0.0
Authors@R: c(person("Ilaria", "Sartori", role = c("aut", "cre"),
email = "[email protected]"),
person("Luca", "Torriani", role = c("aut"),
email = "[email protected]"))
Description: Inference and prediction for manifold-valued data analysis. This
package provides a C++ implementation of the functions to create a model,
for spatial dependent manifold valued data, in order to perform kriging.
In each location, specified by a vector of coordinates ([lat,long], [x,y]
or [x,y,z]), the datum is supposed to be a symmetric and positive definite
matrix (possibly a correlation matrix). The algorithm exploits a projection
of these data on a tangent space, where the tangent
point is either provided by the user or computed as intrinsic mean of the
data in input.
Depends: R (>= 3.2.0), Rcpp (>= 0.12.16), RcppEigen (>= 0.3.3.4.0), plyr(>= 1.8.4)
LinkingTo: Rcpp, RcppEigen
NeedsCompilation: yes
SystemRequirements: C++11
License: What license is it under?
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0