Skip to content

find (Series)

Find dates at which tseries observations are non-zero or true

Syntax

Dates = find(X)
Dates = find(X,Func)

Input arguments

X [ tseries ]

Input tseries object.

Func [ @all | @any ]

Controls whether the output Dates will contain periods where all observations are non-zero, or where at least one observation is non-zero. If not specified, @all is assumed.

Output arguments

Dates [ numeric | cell ]

Vector of dates at which all or any (depending on Func) of the observations are non-zero.

Options

zzz=default [ zzz | ___ ]

Description

Description

Examples