-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
30 lines (30 loc) · 953 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
27
28
29
30
Package: factorAnalytics
Type: Package
Title: factor analysis
Version: 1.0
Date: 2014-06-12
Author: Eric Zivot and Yi-An Chen
Maintainer: Yi-An Chen <[email protected]>
Description: An R package for estimation and risk analysis of linear factor
models for asset returns and portfolios. It contains three major fitting
method for the factor models: fitting macroeconomic factor model, fitting
fundamental factor model and fitting statistical factor model and some risk
analysis tools like VaR, ES to use the result of the fitting method. It
also provides the different type of distribution to fit the fat-tail
behavior of the financial returns, including edgeworth expansion type
distribution.
License: GPL-2
Depends:
robust,
robustbase,
leaps,
lars,
MASS,
PerformanceAnalytics,
sn,
tseries,
strucchange,xts,ellipse,
zoo
Suggests:
testthat
LazyLoad: yes