8.2.45.7 octave.dataset.austres

Static Method: out = austres ()

Australian Population

Description

Numbers of Australian residents measured quarterly from March 1971 to March 1994.

Format

date

The month of the observation.

residents

The number of residents.

Source

Brockwell, P. J. and Davis, R. A. (1996). Introduction to Time Series and Forecasting. New York: Springer-Verlag.

Examples

t = octave.dataset.austres

plot (datenum (t.date), t.residents);
datetick x
xlabel ("Month"); ylabel ("Residents"); title ("Australian Residents");