noise_nts: Noise to Signal Ratio

Description Usage Arguments Value Author(s) Examples

View source: R/metrics.R

Description

Noise to Signal Ratio is a measure that compares the level of noise to the level of a desired signal.

Usage

1
noise_nts(estimator)

Arguments

estimator

Vector of (time, price) observations for market asset when external market data is used.

Value

a numeric vector of the same length as data.

Author(s)

Kostin Andrey <andrey.kostin@portfolioeffect.com>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
## Not run: 
data(spy.data) 
estimator=estimator_create(priceData=spy.data)
estimator_settings(estimator,
				   inputSamplingInterval = '10s',
				   resultsSamplingInterval = '10s')
util_plot2d(noise_nts(estimator),title="NTS")

## End(Not run)

PortfolioEffectEstim documentation built on May 2, 2019, 8:50 a.m.