Bond(RQuantLib)
Bond()所属R语言包:RQuantLib
Base class for Bond price evalution
基类债券价格概况析评
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class forms the basis from which the more specific classes are
这个类的基础更具体的类
用法----------Usage----------
## S3 method for class 'Bond'
print(x, digits=5, ...)
## S3 method for class 'Bond'
plot(x, ...)
## S3 method for class 'Bond'
summary(object, digits=5, ...)
参数----------Arguments----------
参数:x
Any Bond object derived from this base class
从这个基类派生的对象的任何债券
参数:object
Any Bond object derived from this base class
从这个基类派生的对象的任何债券
参数:digits
Number of digits of precision shown
所示的精度的位数的数目
参数:...
Further arguments
进一步的论据
Details
详细信息----------Details----------
Please see any decent Finance textbook for background reading, and the QuantLib documentation for details on the QuantLib implementation.
请参阅任何像样的金融教科书的背景阅读,QuantLibQuantLib实施的细节上的文件。
值----------Value----------
None, but side effects of displaying content.
无,但副作用显示的内容。
注意----------Note----------
The interface might change in future release as QuantLib
该接口在将来的版本中可能会改变QuantLib
(作者)----------Author(s)----------
Khanh Nguyen <a href="mailto:knguyen@cs.umb.edu">knguyen@cs.umb.edu</a>; Dirk Eddelbuettel <a href="mailto:edd@debian.org">edd@debian.org</a> for the <font face="Courier New,Courier" color="#666666"><b>R</b></font> interface;
the QuantLib Group for <code>QuantLib</code>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|