rmTradeOutliers(RTAQ)
rmTradeOutliers()所属R语言包:RTAQ
Delete transactions with unlikely transaction prices
删除交易不太可能的交易价格
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function deletes entries with prices that are above the ask plus the bid-ask spread.
功能删除条目,价格是上面的要求,加上买卖差价。
用法----------Usage----------
rmTradeOutliers(tdata,qdata)
参数----------Arguments----------
参数:tdata
an xts object containing the time series data, with at least the column "PRICE", containing the transaction price.
一个XTS物件,其中包含的时间序列数据,至少栏中的“价格”,包含的交易价格。
参数:qdata
an xts object containing the time series data, with at least the columns "BID" and "OFR", containing the bid and ask prices.
一个XTS物件,其中包含的时间序列数据,至少列“BID”和“氧自由基”,包含的出价和卖出价。
值----------Value----------
xts object
XTS对象
Details
详细信息----------Details----------
Note: in order to work correctly, the input data of this function should be cleaned trade (tdata) and quote (qdata) data respectively.
注:为了正常工作,这个函数的输入数据应被清除贸易(TDATA)和引号(qdata)数据。
(作者)----------Author(s)----------
Jonathan Cornelissen and Kris Boudt
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|