time-series
computing missing months in timeseries
I have a dataset in R that contains monthly values.However, some months are missing.For example: \"2001-09-01\" \"2001-10-01\" \"2001-12-01\" \"2002-02-01\"[详细]
2023-04-04 03:38 分类:问答MongoDB as a Time Series Database
I\'m trying to use mongodb for a time series database and was wondering if anyone could suggest how best to set it up for that scenario.[详细]
2023-04-04 02:00 分类:问答Two time series plots and shading between them...MATLAB
I am using MATLAB to plot two lines of a time series... (a min and max line) I have the points converging at a single point at the 开发者_JAVA技巧end of the data.[详细]
2023-04-04 01:28 分类:问答JFreeChart Timeseries RegularTimePeriod
I can use a TimeSeries to plot 1 minute data using JFreeChart. I\'m wondering if there\'s an easy to plot other time i开发者_Python百科ntervals like 5 min or 15 min, etc? It seems like there are only[详细]
2023-04-04 00:47 分类:问答Creating an xts object results in altered timestamps
Suppose I have: R> str(data) \'data.frame\':4 obs. of2 variables: $ datetime: Factor w/ 4 levels \"2011-01-05 09:30:00.001\",..: 1 2 3 4[详细]
2023-04-03 15:13 分类:问答fill gaps in a timeseries with averages
I have a dataframe like so: daysum_fluxsamples mean 2005-10-260.02480.02 2005-10-270.12120.50 It\'s a se开发者_如何学Cries of daily readings spanning 5 years, however some of the days are missing.[详细]
2023-04-03 06:27 分类:问答Sampling SQL timeseries
I have a timeseries of datetime, double columns stored in mySQL and would like to sample the timeseries every minute (开发者_如何学JAVAi.e. pull out the last value at one minute intervals). Is there a[详细]
2023-04-03 00:29 分类:问答na.locf but don't do trailing NAs
I have the following time series > y<- xts(1:10, Sys.Date()+1:10) > y[c(1,2,5,9,10)] <- NA > y[详细]
2023-04-02 10:53 分类:问答date axis with fixed limit for barplot and/or hist
Given a list of dates dates <- data.frame(foo = c开发者_JAVA技巧( \"2009-03-15\", \"2010-04-15\",[详细]
2023-04-01 17:26 分类:问答Date and financial data
I have a set of one year finacial data. The data is collected in working days. Is there any way in R to assign to each data point a date given that t开发者_开发知识库he first data point was collected[详细]
2023-04-01 01:25 分类:问答