Package src :: Package stats306b :: Package datasets :: Module olive
[hide private]
[frames] | no frames]

Module olive

source code

Concentrations of different acids in olive oil samples.

Taken from http://www.public.iastate.edu/~dicook/stat503/olive.html

Functions [hide private]
 
view()
Crude pairs plot.
source code
Variables [hide private]
  __doc__ = ...
  url = 'http://www.public.iastate.edu/~dicook/stat503/olive.asc'
  region = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
  area = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
  first = False
  data = array([[ 1075., 75., 226., ..., 36., 60., ...
  names = ['palmitic', 'palmitoleic', 'stearic', 'oleic', 'linol...
  line = ['West-Liguria', '3', '8', '960', '80', '240', '7950', ...
  x = '2'
Variables Details [hide private]

__doc__

Value:
"""
Concentrations of different acids in olive oil samples.

Taken from
http://www.public.iastate.edu/~dicook/stat503/olive.html
"""

region

Value:
[1,
 1,
 1,
 1,
 1,
 1,
 1,
 1,
...

area

Value:
[1,
 1,
 1,
 1,
 1,
 1,
 1,
 1,
...

data

Value:
array([[ 1075.,    75.,   226., ...,    36.,    60.,    29.],
       [ 1088.,    73.,   224., ...,    31.,    61.,    29.],
       [  911.,    54.,   246., ...,    31.,    63.,    29.],
       ..., 
       [ 1010.,    90.,   210., ...,     0.,     0.,     2.],
       [  990.,   120.,   250., ...,    10.,    10.,     2.],
       [  960.,    80.,   240., ...,    10.,    20.,     2.]])

names

Value:
['palmitic',
 'palmitoleic',
 'stearic',
 'oleic',
 'linoleic',
 'linolenic',
 'arachidic',
 'eicosenoic']

line

Value:
['West-Liguria',
 '3',
 '8',
 '960',
 '80',
 '240',
 '7950',
 '740',
...