time-series
How do i extract a specific, recurring time from 1 minute tick data in R?
For instance, let\'s say I want to extract the price at 09:04:00 everyday from a timeseries that is formatted as:[详细]
2023-02-22 23:38 分类:问答Make regressions and predictions for groups in R
I have the following data.frame d from an experiment: - Variable y (response, continuous) - Factor f (500 levels)[详细]
2023-02-22 00:14 分类:问答Python Smooth Time Series Data
I have some data in python that is unixtime, value: [(1301672429, 274), (1301672430, 302), (1301672431, 288)...][详细]
2023-02-21 23:54 分类:问答how to calculate all pairwise distances in two dimensions
Say I have data concerning the position of animals on a 2d plane (as determined by video monitoring from a camera directly overhead). For example a matrix with 15 rows (1 for each animal) and 2 column[详细]
2023-02-21 00:33 分类:问答Set units of difference between datetime objects
The diff command returns the differences between dates in a vector of dates in the R date format. I\'d like to control the units that are returned, but it seems like they are automatically determined,[详细]
2023-02-19 14:11 分类:问答How to get a vertical geom_vline to an x-axis of class date?
Even though I found Hadley\'s post in the google group on POSIXct and geom_vline, I could not get it done. I have a time series from and would like to draw a vertical line for years 1998, 2005 and 201[详细]
2023-02-18 18:32 分类:问答Data frames with variable-length data in R/Splus
The following开发者_如何学Python works fine in R myarray <- as.array(list(c(5,5), 9, c(4,2,2,4,6)))[详细]
2023-02-17 23:56 分类:问答Transforming a time-series into a data frame and back
The output of a time-series looks like a 开发者_开发知识库data frame: ts(rnorm(12*5, 17, 8), start=c(1981,1), frequency = 12)[详细]
2023-02-17 12:01 分类:问答Intermittent time series. Return first date of last contiguous block of most recent data in T-SQL
10/03/2011 11/03/2011 12/03/2011 13/03/2011 14/03/201115/03/2011QUERYRESULT aaaaa14/03/2011 开发者_运维技巧bbb13/03/2011[详细]
2023-02-17 04:24 分类:问答How to determine lag in time series?
I am working on a time series problem and want to decompose to get some basic info on lag. Goal is to evaluate lag of the output variable based on changes in the change variable as part of the example[详细]
2023-02-16 20:37 分类:问答