The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to calculate differences between time series?
Hello,
I have time series from different markets and would like to calculate the price delta between the markets.
For each market I have a cvs file with following columns: Market, Time stamp, Price.
As any price change triggers a new data entry, the time stamps from each market also differ.
How can I transform the time series data within rapidminer to calculate the price differences between the different markets?
Any recommendations?
Thanks!
I have time series from different markets and would like to calculate the price delta between the markets.
For each market I have a cvs file with following columns: Market, Time stamp, Price.
As any price change triggers a new data entry, the time stamps from each market also differ.
How can I transform the time series data within rapidminer to calculate the price differences between the different markets?
Any recommendations?
Thanks!
0
Answers
Then aggregate by this attribute and calculate e.g. the average of the prices.
That will result in a dataset where each time series has at most one value per day, and then you can calculate the difference of the daily average prices.
If some of the data has missing values for some days, you can specify the day attribute as id and use Fill Data Gaps and Replace Missing Values (Series) to replace those missing values in the desired fashion.
Happy Mining!
~Marius