crudeoil {fDMA}R Documentation

Crude Oil Data.

Description

Selected data from oil market.

Usage

data(crudeoil)

Format

crudeoil is xts object such that

Details

The data are in monthly frequency. They cover the period between Jan, 1990 and Dec, 2016.

Source

The data are provided by CBOE, Federal Reserve Bank of St. Louis, MSCI, U.S. Energy Information Administration and World Steel Association.

https://www.cboe.com

https://www.eia.gov

https://fred.stlouisfed.org

https://www.msci.com

https://worldsteel.org

Examples

data(crudeoil)
wti <- crudeoil[-1,1]
drivers <- (lag(crudeoil[,-1],k=1))[-1,]
ld.wti <- (diff(log(wti)))[-1,]
ld.drivers <- (diff(log(drivers)))[-1,]

m <- fDMA(y=ld.wti,x=ld.drivers,alpha=0.99,lambda=0.99,initvar=1,model="dma")


[Package fDMA version 2.2.7 Index]