Time Series

Time Series Data Layout

Displaying time series in Omniscope

Omniscope makes use of repeated observations over time in vertical rows, rather than the horizontal column layouts often used to lay out spreadsheets. To create a multi-line time series in Omniscope, put your data in a 'vertical' format like that illustrated below, where each successive record in the data file is a price observation for a company's shares at a different point in time:

In this example of a time series, we have 5 companies "A" to "E" with historic share prices for each month. The Company field contains Category values correlating to different lines in the time series. Let's call this our Category field.

The Month field contains Date and Time values representing the time part of the time series, along the X axis. Let's call this our Time field.

The Price field contains quantitative Decimal number values for the Y axis. Let's call this our Value field.

Don't worry about the vertical repetition in the data...this will be invisible in all views except the Table View and not evident in the time series reports you configure.

 

Check your data types - After importing your data, make sure the Time (here Month) and Value (here Price) fields are the correct format. They must be numeric (decimal or integer), or dates, shown by the red to green colour gradation. Also make sure the Category field is of type Category, shown by the variety of different colours. You can convert data from one type to the other by right-clicking the column header in the Table View and choosing Convert field data type.

My data goes the other way!

Sometimes time series source data is laid out horizontally (repeated observations in columns) when Omniscope would manage it better vertically. In other cases, data may need to be exported from Omniscope in an orientation different from that used in the Omniscope file. To avoid the time consuming process of changing the orientation of some or all of the data from horizontal to vertical (row becomes column) or vertical to horizontal (column becomes row), Omniscope has both De-pivot and Re-pivot functions. Use of these functions is discussed here.

 

For a continuation on displaying line graphs like time series, see the the Graph View section displaying time series.