lrdji(SkewHyperbolic)
lrdji()所属R语言包:SkewHyperbolic
Dow Jones Log Return Data
道琼斯log返回数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Log returns of daily closing value data from the dow jones index, from 04/JAN/1999 to 08/JUL/2003. The original data used to calculate these was the dji data set available in the QRMlib package.
登录返回从道琼斯指数的每日收盘价数据,从04/JAN/1999 08/JUL/2003。的原始数据用来计算这些是DJI数据集在QRMlib包。
用法----------Usage----------
data(lrdji)
格式----------Format----------
A vector of 1132 observations.
的矢量1132观察。
(作者)----------Author(s)----------
David Scott <a href="mailto:d.scott@auckland.ac.nz">d.scott@auckland.ac.nz</a>, Fiona Grimson
源----------Source----------
library(QRMlib) data(dji)
的库(QRMlib)数据(DJI)
参考文献----------References----------
QRMlib http://cran.r-project.org/web/packages/QRMlib/index.html
实例----------Examples----------
data(lrdji)
##fit a skew hyperbolic student t-distribution to the data[#适合斜双曲学生t分布的数据]
fit <- skewhypFit(lrdji, plot = TRUE, print = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|