forked from puigjos/ConsReg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.15 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
33
34
35
36
37
38
39
40
Package: ConsReg
Type: Package
Title: Fitting Regression Models & Regression with Arma Errors, Subject to Constraints and Restrictions to the Coefficients
Version: 0.1.0
Author: Josep Puig Sallés
Maintainer: Josep Puig <puigjos@gmail.com>
Description: Fits or generalized linear models either a regression with arma errors (Time series)
where the parameters could be subject to constraints or restrictions.
The model is specified by an objective function (Gaussian, Binomial or Poisson) or an Arma order (p,q),
a vector of bound constraints
for the coefficients and the possibility to incorporate restrictions
among coefficients (i.e b1 > b2).
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
RoxygenNote: 6.1.1
Suggests:
testthat,
knitr,
rmarkdown
Imports:
data.table (>= 1.10),
forecast (>= 8.0),
rlang (>= 0.4),
nloptr (>= 1.2),
FME (>= 1.3),
MCMCpack (>= 1.4),
Rsolnp (>= 1.15),
DEoptim (>= 2.2),
dfoptim,
GA (>= 3.0),
GenSA (>= 1.1),
Metrics,
ggplot2,
adaptMCMC,
Rcpp
VignetteBuilder: knitr
NeedsCompilation: yes