logreturn2014: Daily Log-returns of S&P 500 in 2014.

Description Usage Format Source See Also Examples

Description

252 daily log-returns of S&P 500 from 02/01/2014 to 31/12/2014.

Usage

1

Format

A vector of 252 values.

Source

Data retrieved from Yahoo Finance.

See Also

cnmlcd, lcd.

Examples

1
2
3
4
5
6
data(logreturn2014)
## Computes and plots the log-concave density estimate
(r = cnmlcd(logreturn2014))
plot(r$lcd, logreturn2014)               # Density
plot(r$lcd, logreturn2014, log=TRUE)     # Log-density
plotgradient(r$lcd, logreturn2014)       # Gradient

cnmlcd documentation built on May 1, 2019, 10:55 p.m.

Related to logreturn2014 in cnmlcd...