Next: octave.dataset.LifeCycleSavings, Previous: octave.dataset.LakeHuron, Up: octave.dataset [Contents]
Luteinizing Hormone in Blood Samples
A regular time series giving the luteinizing hormone in blood samples at 10 minute intervals from a human female, 48 samples.
sample
The number of the observation.
lh
Level of luteinizing hormone.
P.J. Diggle (1990). Time Series: A Biostatistical Introduction. Oxford. Table A.1, series 3.
t = octave.dataset.lh; plot (t.sample, t.lh); xlabel ("Sample Number"); ylabel ("lh level");