Skip to content

length (Series)

Length of time series data in time dimension

Syntax

N = length(X)

Input arguments

x [ tseries ]

Time series object.

Output arguments

N [ numeric ]

Number of periods from the first to the last available observation in the input tseries object.

Options

zzz=default [ zzz | ___ ]

Description

Description

Examples