term.structure(SemiPar)
term.structure()所属R语言包:SemiPar
Term structure data
期限结构数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The term.structure data frame has 117 observations on the prices of U.S. STRIPS (Separate Trading on Registered Interest and
term.structure数据框有117个观察美国公债的价格(独立注册利息及交易
用法----------Usage----------
data(term.structure)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
time.to.maturitytime in years between 31st December, 1995, and the date on which the STRIPS matures.
time.to.maturitytime年至1995年12月31日,STRIPS的成熟之日起。
priceprice of the STRIPS as a percent of par.
priceprice的带面值的百分比。
源----------Source----------
University of Houston Fixed Income Database.
休斯顿固定收入数据库。
----------References----------
Jarrow, R., Ruppert, D., and Yu, Y. (2004). Estimating the term structure of corporate debt with a semiparametric penalized spline model, Journal of the American Statistical Association, 99, 57-66.
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)<br> Semiparametric Regression Cambridge University Press.<br> http//stat.tamu.edu/~carroll/semiregbook/
实例----------Examples----------
library(SemiPar)
data(term.structure)
attach(term.structure)
plot(time.to.maturity,price)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|