Top "Time-series" questions

A Time series is a sequence of data points with values measured at successive times (either in continuous time or at discrete time periods).

statisticaly significant difference between two time series data

I have two sets of time series data (series1 and series2). Each data set has 20 samples for 20 time intervals (one …

testing time-series significance
How to set Bin Width With geom_bar stat="identity" in a time Series plot?

I would like to plot a time series using bar charts and have the Bin Width set to 0.9. I cannot …

r ggplot2 time-series geom-bar
Use center in pandas rolling when using a time-series

I am trying to set center=True in pandas rolling function, for a time-series: import pandas as pd series = pd.…

python pandas time-series rolling-sum
Generate series of week intervals for given month

In a Postgres 9.1 database, I am trying to generate a series of weeks for a given month but with some …

sql postgresql time-series weekday generate-series
Matlab: neural network time series prediction?

Background: I am trying to use MATLAB's Neural Network toolbox to predict future values of data. I run it from …

matlab machine-learning neural-network time-series prediction
Is there a way to make Seaborn or Vincent interactive?

I've been trying to find a way to make Seaborn and Vincent interactive so that I can, for example, zoom …

python pandas time-series seaborn vincent
Stata: Generate sum / total by specific date ranges and save them as a new variable

I work with panel data which contain several companies (id) and cover the period from 1.1.2008 to 1.1.2013 (date, year). I want …

sum range time-series stata subtotal
R: Deseasonalizing a time series

We can use following code to plot and decompose a time series in R: # Monthly Airline Passenger Numbers 1949-1960 data(…

r time-series stl-decomposition
createTimeSlices function in CARET package in R

I am working with multivariate financial time series data and having problems using the createTimeSlices function. I cannot find any …

r time-series r-caret
Using Keras for video prediction (time series)

I want to predict the next frame of a (greyscale) video given N previous frames - using CNNs or RNNs …

machine-learning neural-network time-series keras lstm