-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 869 Bytes
/
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
Package: sinar
Title: Conditional Least Squared (CLS) Method for the Model SINAR(1,1)
Version: 0.1.0
Authors@R: c(
person(given = "Gilberto P.",
family = "Sassi",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Carolina C. M.",
family = "Paraíba",
role = c("aut"),
email = "[email protected]"))
Description: Implementation of the Conditional Least Square (CLS) estimates and
its covariance matrix for the first-order spatial integer-valued
autoregressive model (SINAR(1,1)) proposed by Ghodsi (2012)
<doi:10.1080/03610926.2011.560739>.
License: MIT + file LICENSE
Imports:
MASS,
stats,
numDeriv
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
BugReports: https://github.com/gilberto-sassi/sinar/issues