A Time Series is a sequence of data points with values measured at successive times. Time Series Analysis exploits this natural temporal ordering to extract meaning and trends from the underlying data.
0
votes
0answers
23 views
How to index and construct histogram of features
I have studied that histogram of time series is used for data mining purposes. Referring to the paper "Forecasting histogram time series with k-nearest neighbours methods", that can be downloaded from ...
0
votes
0answers
26 views
fastVAR package in R
I need help with the error below. I am modeling daily orders using vector auto-regressive model. I wanted to use fastVAR or fastVARX to fit the model because of the exogenous variables . The error ...
0
votes
1answer
25 views
Plot a Lowess Smoothed Line in a Zoo Time Series
I'm trying to add a lowess smoothing line to a zoo time series but can't get the lowess line to show.
I'm sure it has to do with the index not matching but I can't figure out how to get around it...
...
0
votes
0answers
10 views
Architecture behind Teafiles and teahouse charting library?
I came across an open source .Net library called Teafiles.net which handles time series storage and retrieval. The proprietary product, teahouse, can chart such time series. I wonder whether the ...
0
votes
1answer
29 views
Creating open-high-low-close (ohlc) bars from tick data in Matlab
I have a CSV file 'XPQ12.csv' of futures tick data in the following form:
20090312 30:14.0 717.25 1 E
20090312 30:15.0 718.47 1 E
20090312 30:17.0 717.25 1 E
20090312 30:32.0 ...
1
vote
1answer
41 views
Detect consecutive items meeting particular criteria in a time series
I have a MySQL data base with more than 92.000 rows with weather registers every half an hour.
Day | Month | Year | Time | Temperature |...
I'm trying to obtain (in PHP) Peak temperatures: Show the ...
0
votes
3answers
25 views
In [R], gen new variable for each value of group
I have id variable and date variable where there are multiple dates for a given id (a panel). I would like to generate a new variable based on whether ANY of the years for a given id meet a logical ...
-4
votes
1answer
40 views
how to improve the accuracy of auto.arima [closed]
want to analysis a time series and forecast the next value, so i choose auto.arima in R.
library('forecast')
simSeries <- scan("mydata.txt")
x <- simSeries
xseries <- ts(x)
...
0
votes
0answers
21 views
R code for forecasting using MARSS package
How can I generate the forecast values based on my Dynamic factor analysis using MARSS package? Does anybody have a good example of R code for that particular matter?
0
votes
0answers
12 views
Detect higher gradient
I have a time series in which I have to detect the time where the gradient intensity is higher.
For better understanding I let an example of the code I am using.
% Create a time serie example
x = ...
0
votes
1answer
23 views
Library for time-series data
I'm looking for an open-source library in perl, python or even LISP for handling time-series data. The data will be read in from CSV files: data run lengths will typically be every 10 mins for two ...
0
votes
0answers
14 views
Detecting segments of consecutive equal(/similar) local density in sparse array
Let's say I have a sparse vector with values at the following indexes:
[0, 1, 3, 4, 6, 7, 8, 15, 21, 26, 33, 38, 48, 60, 73, 83, 85, 88, 90, 91, 191, 311, 401, 513, 533, 557, 580, 582, 583, 585, 587, ...
0
votes
1answer
60 views
why is as.Date(“06/10/2013”, “%m/%d/%y”) returning the year 2020?
Like the title says,
>as.Date("06/10/2013", "%m/%d/%y") # returns "2020-06-2013
[1] "2020-06-10"
What is causing this?
I'm using windows with 32-bit RGui and the latest zoo package.
Thanks.
0
votes
1answer
47 views
0 fill null values with d3 series data
I'm working on a multi-line chart in D3 but am having some issues with the rendering. I'm trying to render two lines with data that looks like this:
[
{ key:"line 1", values: [ {x:1, y:1}, ...
0
votes
1answer
12 views
Android: adding own date to achartengine
This is how I try to add my own date to TimeSeries object:
private void fillData() {
DBHelper db = new DBHelper(this);
Cursor c = db.selectGewichtFromKind(id);
ArrayList<String> arr ...
1
vote
1answer
40 views
MATLAB: Averaging time-series data without loops?
I have measured a handful of variables in 30 minute intervals. Time stamps are available in datevec or datenum format. I want to calculate ...
a) ... daily averages and
b) ... average values at time ...
0
votes
1answer
47 views
What are the efficient ways of storing a lot of time series in a database?
I need to store a bunch of time series in a database but I'm concerned about both the size and the processing time.
To reduce size I've already used, in another project, zipped/JSON to store a whole ...
0
votes
0answers
42 views
Declare Time Series in R skips months?
I have a dataframe with 36 observations (three years, by month). I tried to call it a time series, and the time series sets do not behave as expected, skipping months. I have never seen this before.
...
1
vote
0answers
29 views
Converting Stock Returns to Time Series object in R
I'm having some trouble with converting daily stock returns into a time series.
My data is just a data.frame object.
data$Returns
.0317
-.0126
-.0279
Then, when I try to convert the ...
2
votes
1answer
36 views
pandas timeseries between_datetime function?
I have been using the between_time method of TimeSeries in pandas, which returns all values between the specified times, regardless of their date.
But I need to select both date and time, because ...
0
votes
1answer
31 views
Shift time series
I have 2 weekly time-series, which show a small correlation (~0.33).
How can i 'shift in time' one of these series, so that i can check if there's a
greater correlation in the data?
Example data:
x ...
1
vote
1answer
42 views
How to create shaded regions following a rule across multiple facets
There are a few previous posts on how to make shaded regions in ggplot2 using geom_rect() but none of them help to create those shaded regions programmatically across facets. A good answer to my ...
2
votes
1answer
29 views
Resample a time series with the index of another time series
I have 2 data frames with identical columns but different datetime indices. I want to resample one of them to use the index of the other and forward fill data from the one on any dates in the index ...
0
votes
1answer
27 views
Converting irregularly time stamped Dateframe object, having price and volume information into equally spaced, volume weighted average price
I have data about price and volume of a stock which is time stamped and irregularly spaced and has duplicate time indexes. A simple example of such a data would be: ...
1
vote
1answer
30 views
Merging two time series in pandas
Apologies if this is obviously documented somewhere, but I'm having trouble discovering it. I have two TimeSeries with some overlapping dates/indices and I'd like to merge them. I assume I'll have ...
1
vote
2answers
53 views
Reshape Data into Time Series using R
I have a seemingly simple question that I can't figure out. I would like to take a dataset in which each time period has its own variable (i.e. column) for an observation and reformat it such that ...
0
votes
1answer
26 views
Select based on table name w/ SQL for time series tables?
I'm trying to count the number of actions per account over a period of time. The period of time may be variable. The way I've thought of doing this is by creating a table for each time period, ...
0
votes
1answer
38 views
Extract data from a by-timeseries object
Let's start from the end: the R output will be read in Tableau to create a dashboard, and therefore I need the R output to look like in a certain way. With that in mind, I'm starting with a data frame ...
0
votes
1answer
35 views
MySQL: efficiently converting event logs to time series
I have a table recording the start time and end time of events of interest:
CREATE TABLE event_log (start_time DATETIME, end_time DATETIME);
INSERT INTO event_log VALUES ("2013-06-03 ...
0
votes
0answers
21 views
Cassandra - memory performance - for large row
I have a standard use case and I am wondering what is happening under the hood that is causing such a large heap space usage.
Create table dailyStats (
date timestamp PRIMARY KEY,
value1 text,
value2 ...
0
votes
1answer
60 views
Forecasting with ets results
I load a dataframe (named stock) with this data:
day value
2000-12-01 00:00:00 11.809242
2000-12-01 06:00:00 10.919792
2000-12-01 12:00:00 13.265208
2000-12-01 18:00:00 13.005139
...
0
votes
1answer
99 views
R - Modelling Multivariate GARCH (rugarch and ccgarch)
First time asking a question here, I'll do my best to be explicit - but let me know if I should provide more info! Second, that's a long question...hopefully simple to solve for someone ;)! So using ...
0
votes
1answer
35 views
pandas define a season over which to calculate statistics
I'm working with pandas dataframes that have time indices. I have several years of daily data, and I need to make some seasonal comparisons.
I know that I could use the truncate method to extract the ...
0
votes
1answer
51 views
Esper - Is there any open source RDBMS based Event Store available?
We are using Esper CEP engine (basic edition ) for our BI solution. I would also like to persist events to Oracle. Esper has a separate enterprise product EsperHA which provides this functionality. ...
0
votes
0answers
48 views
What type of database should I use for separate logs of event/time series data? [closed]
I am planning on developing a Web site for MMO combat log analysis similar to World of Logs but for a different game. :)
I would like to ultimately be able to handle having on the order of 200k ...
0
votes
0answers
20 views
How to include exogenous variable in VAR forecast?
I'm trying to predict some time series variables 30 days ahead using the vars-package in R.
My issue is that I have an extra exogenous variable which is available to me for the 30 day ahead period. ...
0
votes
1answer
40 views
How to convert a pandas DataFrame into a TimeSeries?
I am looking for a way to convert a DataFrame to a TimeSeries without splitting the index and value columns. Any ideas? Thanks.
In [20]: import pandas as pd
In [21]: import numpy as np
In [22]: ...
1
vote
2answers
64 views
Length of Trend - Panel Data
I have a well balanced panel data set which contains NA observations. I will be using LOCF, and would like to know how many consecutive NA's are in each panel, before carrying observations forward. ...
0
votes
1answer
52 views
How to resample a TimeSeries in pandas with a fill_value?
I have a TimeSeries of integers that I would like to downsample using resample(). The problem is that I have some periods with missing data that are converted to NaN. Since pandas does not support ...
0
votes
2answers
50 views
What is the fastest way to read a csv file
I need to read a csv file into main memory and I would like to know the fastest programming language for doing that.
The file contains a time series:
time, value
1366810163,177.413
1366810164,177.303
...
2
votes
2answers
80 views
R: Insert rows for missing dates/times
I am new to R but have turned to it to solve a problem with a large data set I am trying to process. Currently I have a 4 columns of data (Y values) set against minute-interval timestamps ...
2
votes
2answers
40 views
How to delete specific days of week from MATLAB timeseries or financial timeseries objects?
How to delete specific days of week (Mondays for instance) from MATLAB timeseries or financial timeseries objects?
0
votes
1answer
54 views
Dynamic Time Series Stacked Area Chart in Java
My requirement is to create a dynamic time series stacked area chart in a java desktop app. Something like this example, but i want Stacked Area chart. I have found lot of examples of stacked area ...
0
votes
0answers
13 views
Is ehcache a suitable technique to create a disk based offline cache for a read only database
I am trying to implement some form of disk backed cache for a read only database, including the ability to "cache" offline data.
The database stores time series data. I want to cache data access for ...
1
vote
2answers
66 views
Temporal density plot in R
I have irregularly measured observations of a phenomenon with a timestamp each:
2013-01-03 00:04:23
2013-01-03 00:02:04
2013-01-02 23:45:16
2013-01-02 23:35:16
2013-01-02 23:31:56
2013-01-02 23:31:30
...
5
votes
1answer
64 views
R: transform irregular time strings
I have two different time series from different data frames with different irregular formats, but the problem is the same. I want to extract only hours, minutes, seconds and milliseconds.
The times ...
1
vote
2answers
48 views
How to plot different class of time series data into one panel?
I have several product's hourly summary of multiple attributes in one table.
and I would like to plot them into one panel where x-axis stands for time and different type of products have different ...
-3
votes
0answers
94 views
Time series segmentation in R [closed]
Hello Kind people of the internet! I have a major issue! my dissertation is due in this friday. And I have had to revert back to code from weeks back due my laptop being stolen!
That aside my topic ...
1
vote
1answer
50 views
Using R to combine only “new” timeseries observations between 2 datasets
Using a separate program, I am collecting timeseries observations every 5 minutes and then generating a CSV file every 5 minutes that includes all 5 minute observations for the current month. I am ...
1
vote
1answer
44 views
Time-series plot for different seasons in the same plot
I would like plot a time series data for different seasons of the year (grouped as cold or warm) in the same plot and identify the two periods. How can I do that?
Reproducible data follows:
...


