Skip to main content

Questions tagged [time-series]

This tag is used for question related to time series models such as AR, ARMA, ARCH, GARCH and their properties and techniques used for inference.

0 votes
0 answers
56 views

I have been studying the Koopman operator, which is an operator that transforms any dynamical system, even non-linear systems, into a linear system in a potentially infinite dimensional space. Suppose ...
Samba Njie Jr.'s user avatar
0 votes
0 answers
15 views

Is there a mathematical measure to calculate the validity of a long (i.e., nearly half the time series length) periodicity in a time series? See the graph below for an example. Is this meaningfully ...
weaselskinghenry's user avatar
0 votes
0 answers
43 views

I have a time-series of events that go through a black box over a period of time. I need to determine if there is seasonality within the black box using these events, that are either True or False. ...
Isaac Chou's user avatar
2 votes
0 answers
59 views

I have a question when reading R. H. Shumway and D. S. Stoffer's Time Series Analysis and Its Application With R Examples, 5th edition. On page 181, section 4.1, it's said that Note that, if in (4.4),...
andywho's user avatar
  • 61
1 vote
0 answers
64 views

In biostatistics it’s common to check residuals from survival or event-rate models (for example, a Cox PH fit or a Poisson/negative-binomial model on a regular time grid) for leftover structure. Let $...
user avatar
1 vote
0 answers
40 views

I think I don't understand the drift term in ARIMA models. This is what I did and my current understanding: I have a time series $Y_t$ of n observations with mean $\bar Y \approx 7.15.$ I wanted to ...
stats_b's user avatar
  • 251
0 votes
0 answers
38 views

The Allan Variance Sigma Tau Diagram allows one understand the different kinds of noise that are present in a time series; the following two images are taken from the wikipedia page related to Allan ...
Manfred Weis's user avatar
1 vote
0 answers
78 views

I am trying to find a distribution of a maximum value of the following process: \begin{align*} S_t &= S_{t-1} + \varepsilon_t, \quad \varepsilon_t \sim \ \mbox{i.i.d.} \ \mathcal{N}(0, 1) \...
sp_en's user avatar
  • 11
0 votes
0 answers
31 views

I have two time-series signals, say θ₁[n] and θ₂[n], sampled at constant time intervals. To analyze their relationship, I compute the Pearson correlation coefficient over batches of N samples using ...
d3dalo's user avatar
  • 1
0 votes
0 answers
45 views

Suppose one aims to test $$H_0:X_1,\ldots,X_n\text{ is an i.i.d. sample from CDF }F.$$ Suppose that we observe data $X_1,\ldots,X_n$ that are such that $X_i\sim F$ for each $i\in[n]$, but such that ...
Václav Mordvinov's user avatar
0 votes
0 answers
114 views

Suppose I have a time-series prediction problem, where the loss between the model's prediction and the true outcome is some custom loss function $\ell(\hat{y}, y)$ Is there some theory of how the ...
Alex Shtoff's user avatar
1 vote
1 answer
89 views

I have a question regarding training HMM and then applying it to new data: Is it possible to train a HMM with several time series as inputs? My point here is that it'd be convenient to have a ...
Kate Vedennikova's user avatar
1 vote
1 answer
100 views

Suppose that $\{X_t, t = 0, \pm1, \dots\}$ is a stationary process satisfying the equations $$X_t = \phi_1 X_{t-1} + \dots + \phi_p X_{t-p} + Z_t,$$ where $\{Z_t\} \sim \text{WN}(0, \sigma^2)$ and $...
user20194358's user avatar
0 votes
1 answer
280 views

I'm analyzing a time series and estimating both the power spectrum exponent $ \beta $ and the Hurst exponent $ H $. According to the literature, these quantities are related by $ \beta = 2H - 1 $. ...
Mark's user avatar
  • 7,742
0 votes
0 answers
53 views

In many books we can read that stock returns show no significant auto correlations. This can be easy verifyed by calculating Corr(r(t),r(t-d)). But there also AR models that claim there is auto ...
ndnz's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
66