LongestDefinedSubsequence - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

TimeSeriesAnalysis

  

LongestDefinedSubsequence

  

obtain a longest non-missing subsequence

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

LongestDefinedSubsequence(TS)

Parameters

TS

-

TimeSeries object

Description

• 

The LongestDefinedSubsequence command takes a time series and returns a longest contiguous subsequence of data where none of the data sets have missing values. For example, if TS is a TimeSeries object containing the following data:

then the 4th through 6th row of data will be returned. The value  is used to represent missing data. (Data for time series is converted to floating point data, so any input of type undefined is converted to  and subsequently considered missing.)

• 

If there are multiple longest subsequences (of equal length), then LongestDefinedSubsequence returns an arbitrary one.

Examples

Consider the time series described above.

(1)

(2)

(3)

(4)

A second example.

(5)

(6)

(7)

Compatibility

• 

The TimeSeriesAnalysis[LongestDefinedSubsequence] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

TimeSeries

 


Download Help Document