-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
52 lines (52 loc) · 1.85 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
Package: facmodCS
Type: Package
Title: Cross-Section Factor Models
Version: 1.0.1
Date: 2023-06-04
Authors@R: c(person(given="Mido",family="Shammaa",role=c("aut","cre"),
email="midoshammaa@yahoo.com"),
person(given="Doug",family="Martin",role=c("ctb","aut"),
email="martinrd3d@gmail.com"),
person(given="Kirk",family="Li",role=c("aut","ctb"),
email="cocokecoli@gmail.com"),
person(given="Avinash",family="Acharya",role=c("ctb"),
email="Jon.Spinney@vestcor.org"),
person(given="Lingjie",family="Yi",role=c("ctb"),
email="lingjy.uw@gmail.com"))
Maintainer: Mido Shammaa <midoshammaa@yahoo.com>
Description: Linear cross-section factor model fitting with least-squares
and robust fitting the 'lmrobdetMM()' function from 'RobStatTM'; related
volatility, Value at Risk and Expected Shortfall risk and performance
attribution (factor-contributed vs idiosyncratic returns);
tabular displays of risk and performance reports;
factor model Monte Carlo. The package authors would like to thank Chicago
Research on Security Prices,LLC for the cross-section of about 300
CRSP stocks data (in the data.table object 'stocksCRSP', and S&P GLOBAL MARKET
INTELLIGENCE for contributing 14 factor scores (a.k.a "alpha factors".and
"factor exposures") fundamental data on the 300 companies in the data.table
object 'factorSPGMI'. The 'stocksCRSP' and 'factorsSPGMI' data are not covered by
the GPL-2 license, are not provided as open source of any kind, and they are
not to be redistributed in any form.
License: GPL-2
Depends:
R (>= 3.5),
Imports:
data.table,
xts,
zoo,
PerformanceAnalytics,
lattice,
methods,
sn,
tseries,
robustbase,
RobStatTM,
Suggests:
PCRA,
corrplot,
lmtest,
rugarch,
HH
URL: https://github.com/robustport/facmodCS
RoxygenNote: 7.2.3
Encoding: UTF-8