AAPL: Price series of Apple Inc. stock

Description Usage Format Source Examples

Description

The price series of Apple stock is obtained from Yahoo finance. This data set is used to demonstrate several functions in the package such as subgrouping, obtaining a summary of the subgroups, common and special cause partitioning and calculating the σ in total, common and special cause data .

Usage

1

Format

An object of class zoo with 3395 rows and 6 columns:

open

Opening price

High

Daily high price

Low

Daily low price

Close

Closing price

AdjClose

Adjusted closing price for dividends and splits

Volume

Trading volume

Source

YAHOO Finace

Examples

1
2
3
data(AAPL)
head(AAPL)
ClosePrice=AAPL[,"Close"]

npremara/QCCTS documentation built on May 5, 2019, 3:51 a.m.