Description Usage Arguments Value Author(s) Examples
Noise to Signal Ratio is a measure that compares the level of noise to the level of a desired signal.
| 1 | noise_nts(estimator)
 | 
| estimator | Vector of (time, price) observations for market asset when external market data is used. | 
a numeric vector of the same length as data.
Kostin Andrey <andrey.kostin@portfolioeffect.com>
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.