forked from fdaPDE/fdaPDE-R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.85 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.85 KB
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
32
Package: fdaPDE2
Version: 2.0-0
Date: 2025-07-01
Title: Physics-Informed Statistical Learning
Description: An implementation of regression models with partial differential regularizations, making use of the Finite Element Method. The models efficiently handle data distributed over irregularly shaped domains and can comply with various conditions at the boundaries of the domain. A priori information about the spatial structure of the phenomenon under study can be incorporated in the model via the differential regularization. See Sangalli, L. M. (2021). Spatial Regression With Partial Differential Equation Regularisation. International Statistical Review, 89(3), 505-531. for an overview.
Authors@R:
c(person("Alessandro", "Palummo", role = c("aut", "cre"), email = "alessandro.palummo@polimi.it"),
person("Aldo", "Clemente", role = "aut", email = " aldo.clemente@polimi.it"),
person("Eleonora", "Arnone", role = "aut", email = "eleonora.arnone@unito.it"),
person("Luca", "Formaggia", role = "aut", email = " luca.formaggia@polimi.it"),
person("Laura", "Sangalli", role = "aut", email = "laura.sangalli@polimi.it"),
person("Blerta", "Begu", role = "ctb"),
person("Michele", "Cavazzutti", role = "ctb"),
person("Marco", "De Sanctis", role = "ctb"),
person("Ilenia", "Di Battista", role = "ctb"),
person("Pietro", "Donelli", role = "ctb"),
person("Marco", "Galliani", role = "ctb"),
person("Simone","Panzeri", role = "ctb"))
Maintainer: Alessandro Palummo <alessandro.palummo@polimi.it>
Depends: R (>= 4.2.0),
Imports: Rcpp (>= 1.0.7), RcppEigen (>= 0.3.4), methods, R6
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 7.3.2
Encoding: UTF-8
License: CC BY-NC-SA 4.0
NeedsCompilation: yes
SystemRequirements: GNU make
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/fdaPDE/fdaPDE-R
BugReports: https://github.com/fdaPDE/fdaPDE-R/issues