FindHidden function
The FindHidden function scans a time series and returns all elements that are hidden.
Syntax
FindHidden(ts TimeSeries,
start datetime year to fraction(5) default NULL,
end datetime year to fraction(5) default NULL)
returns multiset;
- ts
- The time series to act on.
- start (optional)
- The date from which to start the scan.
- end (optional)
- The date at which to end the scan.
Description
You can scan the whole time series or specify a start date and an end date for the scan.
Returns
A multiset containing all the hidden elements in the date range you specify.