Learn R Programming

highfrequency (version 0.6.5)

rmTradeOutliers: Delete transactions with unlikely transaction prices

Description

Deprecated - use rmTradeOutliers instead.

Usage

rmTradeOutliers(tdata, qdata)

Arguments

tdata

a data.table or xts object containing the time series data, with at least the column "PRICE", containing the transaction price (ONE DAY ONLY).

qdata

a data.table or xts object containing the time series data with at least the columns "BID" and "OFR", containing the bid and ask prices (ONE DAY ONLY).

Value

xts or data.table object depending on input