-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
45 lines (45 loc) · 1.3 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: mbreaks
Type: Package
Title: Estimation and inference for structural breaks in linear regression models
Version: 2.0.1.9000
Date: 2023-03-16
Authors@R:
c(person(given = "Linh",
family = "Nguyen",
role = c("aut"),
email = "[email protected]"),
person(given = "Pierre",
family = "Perron",
role = c("aut"),
email = "[email protected]"),
person(given = "Gabriel",
family = "Rodriguez-Rondon",
role = c("cre","aut"),
email = "[email protected]"),
person(given = "Yohei",
family = "Yamamoto",
role = c("aut"),
email = "[email protected]"))
Maintainer: Gabriel Rodriguez-Rondon <[email protected]>
Description: This package contains efficient dynamic programming approach to conduct estimation, inference and testing for linear models in presence of structural breaks.
URL: https://github.com/roga11/mbreaks
BugReports: https://github.com/roga11/mbreaks/issues
License: GPL (>= 2)
Encoding: UTF-8
Imports:
stats,
rlang,
pracma,
combinat,
Rcpp (>= 1.0.8)
LinkingTo:
Rcpp,
RcppArmadillo
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr