Last data update: 2014.03.03

R: Series B, close price IBM stock
SeriesBR Documentation

Series B, close price IBM stock

Description

Closing price of IBM common stock, daily, May 17 1961 to November 2 1962

Usage

data(SeriesB)

Format

The format is: num [1:369] 460 457 452 459 462 459 463 479 493 490 ...

Source

G. E. P. Box, G.E.P., Jenkins, G.M. and Reinsel, G.C. (2008). Time Series Analysis: Forecasting and Control, 4th Ed., Wiley.

Examples

r <- diff(log(SeriesB))
a <- abs(diff(log(SeriesB)))
layout(c(2,1))
acf(r, main="log returns")
acf(a, main="absolute log returns")
#

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(FGN)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/FGN/SeriesB.Rd_%03d_medium.png", width=480, height=480)
> ### Name: SeriesB
> ### Title: Series B, close price IBM stock
> ### Aliases: SeriesB
> ### Keywords: datasets
> 
> ### ** Examples
> 
> r <- diff(log(SeriesB))
> a <- abs(diff(log(SeriesB)))
> layout(c(2,1))
> acf(r, main="log returns")
> acf(a, main="absolute log returns")
> #
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>