forked from robustport/facmodTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
55
Package: facmodTS
Type: Package
Title: Time Series Factor Models for Asset Returns
Version: 1.0
Date: 2023-10-27
Authors@R: c(person(given="Doug",family="Martin",role=c("cre","aut"),
email="martinrd3d@gmail.com"),
person(given="Eric",family="Zivot",role="aut"),
person(given="Sangeetha",family="Srinivasan",role="aut"),
person(given="Avinash",family="Acharya",role="ctb"),
person(given="Yi-An",family="Chen",role="ctb"),
person(given="Kirk",family="Li",role="ctb"),
person(given="Lingjie",family="Yi",role="ctb"),
person(given="Justin",family="Shea",role="ctb"),
person(given="Mido",family="Shammaa",role="ctb"),
person(given="Jon",family="Spinney",role="ctb"))
Description: Asset returns linear time series factor model
fitting with both least squares and robust regression;
model selection methods; returns factor and residuals
decompositions; Standard Deviation, Value-at-Risk, and
Expected Shortfall risk decompositions; tabular
and graphical risk and performance evaluation.
License:
GPL-2
Depends:
R (>= 3.5)
Imports:
boot,
data.table,
lars,
lattice,
leaps,
PerformanceAnalytics,
PortfolioAnalytics,
R.cache,
corpcor,
methods,
quadprog,
RobStatTM,
robustbase,
sandwich,
sn,
xts,
zoo
Suggests:
corrplot,
HH,
lmtest,
R.rsp,
rugarch,
strucchange,
tinytest
URL: https://github.com/robustport/facmodTS
RoxygenNote: 7.2.3
Encoding: UTF-8