-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.57 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
Package: FactorAnalytics
Type: Package
Title: Factor Analytics for Asset Return Data
Version: 2.4.2
Date: 2024-12-12
Author: Eric Zivot, Doug Martin, Sangeetha
Srinivasan, Avinash Acharya, Yi-An Chen,
Mido Shammaa, Lingjie Yi, Kirk Li, and
Justin M. Shea
Maintainer: Justin M. Shea <[email protected]>
Description: This package combines the work of several researchers focused on
asset pricing using linear factor models, spanning the course of more than a
decade. While the project has matured on github and versions of it are used in
production at varous investment firms, we are finally adding it to CRAN for
ease of access to a wider R user base. The package contains linear factor models
for fitting asset returns (three major types-time series, fundamental and statistical factor models);
related risk (volatility, VaR and ES) and performance attribution
(factor-contributed vs idiosyncratic returns); tabular displays of risk and
performance reports; factor model Monte Carlo, single and multiple imputation
methods for simulating returns and backfilling unequal histories.
License: GPL-2
Depends:
R (>= 3.5)
Imports:
boot,
data.table,
doSNOW,
foreach,
lars,
lattice,
leaps,
methods,
parallel,
PerformanceAnalytics,
RCurl,
RobStatTM,
robustbase,
sandwich,
sn,
tseries,
xts,
zoo
Suggests:
corrplot,
HH,
lmtest,
R.rsp,
rugarch,
strucchange,
tinytest
VignetteBuilder: R.rsp
URL: https://github.com/braverock/FactorAnalytics
RoxygenNote: 7.3.1
Encoding: UTF-8