找回密码
 注册
查看: 275|回复: 0

R语言 RTAQ包 refreshTime()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 22:36:44 | 显示全部楼层 |阅读模式
refreshTime(RTAQ)
refreshTime()所属R语言包:RTAQ

                                         Synchronize (multiple) irregular timeseries by refresh time
                                         不规则的时间序列同步(多个)刷新时间

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function implements the refresh time synchronization scheme proposed by Harris et al. (1995).  It picks the so-called refresh times at which all assets have traded at least once since the last refresh time point.  For example, the first refresh time corresponds to the first time at which all stocks have traded.  The subsequent refresh time is defined as the first time when all stocks have again traded. This process is repeated untill the end of one time series is reached.
此功能实现Harris等人提出的刷新时间同步方案。 (1995)。它选择在所谓的刷新时间自上次刷新时间点,所有的资产交易至少一次。例如,第一次刷新时间对应于第一时间在所有股票的交易。随后的刷新时间被定义为第一次,当再次交易的所有股票。这个过程被重复,直到达到一个时间序列的结束。


用法----------Usage----------


refreshTime(pdata)



参数----------Arguments----------

参数:pdata
a list. Each list-item contains an xts object   containing the original time series (one day only and typically a price series).
一个列表。每个列表的项目包含一个的XTS对象包含原始时间序列(一天只和典型的价格系列)。


值----------Value----------

An xts object containing the synchronized time series.
的XTS对象,其中包含同步时间序列。


(作者)----------Author(s)----------


Jonathan Cornelissen and Kris Boudt



参考文献----------References----------

correction, and price discovery on infomationally linked security markets. Journal of Financial and Quantitative Analysis 30, 563-581.

实例----------Examples----------


#suppose irregular timepoints:[假设不规则的时间点:]
start = as.timeDate("2010-01-01 09:30:00")
ta = start + c(1,2,4,5,9);                       
tb = start + c(1,3,6,7,8,9,10,11);

#yielding the following timeseries:[得到下面的时间序列:]
a = as.xts(1:length(ta),order.by=ta);
b = as.xts(1:length(tb),order.by=tb);

#calculate the synchronized timeseries:[计算同步的时间序列:]
refreshTime(list(a,b));

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 22:45 , Processed in 0.051190 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表