Skip to main content

Questions tagged [random-walk]

A stochastic process that describes a path arising from a succession of random steps.

0 votes
0 answers
39 views

Let $X_0,X_1,X_2,\dots$ be the simple random walk, i.e., $X_0=0$ and each $X_{t+1}$ is sampled uniformly at random from $X_t-1,X_t+1$ independently of everything else. Given a very large $t$, I want ...
D.W.'s user avatar
  • 7,188
7 votes
1 answer
175 views

Let $X$ follow an inverse Gaussian distribution, and $Y\mid X$ a Gaussian distribution. $$X \sim IG\left( \frac{\alpha}{v_X}, \frac{\alpha^2}{2D_X} \right)$$ $$Y_{\text{given $X=x$}} \sim \mathcal N(...
Sextus Empiricus's user avatar
0 votes
0 answers
30 views

It is known that the random walk on the simplex $\Delta^{n}$ given by: $$ X_{t+1} =(1-b_{t}) X_{t} + b_{t} E_{t} $$ where $X_{0}$ is any point in the simplex, $b_{t}\sim Beta(1, \gamma)$ are sampled ...
Anonymous's user avatar
0 votes
0 answers
76 views

In R, I am attempting to implement the DFA time series analysis algorithm described in https://en.wikipedia.org/wiki/Detrended_fluctuation_analysis and https://www.kubios.com/blog/hrv-analysis-methods/...
Ken O'Brien's user avatar
1 vote
1 answer
115 views

Let's say I have a random walk: $$X_t = X_0 + \sum_{i =1}^t \epsilon_i$$ with the $\epsilon_i \sim \mathcal{N}(0, \sigma^2)$ and independent. Then what smoothing factor $\alpha$ in an exponential ...
ddddqdxqfq's user avatar
3 votes
2 answers
349 views

I followed from this question. Case1: I have the following task to do: Training by the consecutive 3 days to predict the each 4th day. Each day data represents one CSV file which has dimension 24x25. ...
S. M.'s user avatar
  • 33
2 votes
1 answer
237 views

Suppose we have a random walk with drift $$ x_i - x_{i-1} = \mu + \varepsilon_i,$$ where the error terms $\varepsilon_i$ are i.i.d. Gaussian with the same variance $\sigma^2$. Given a sequence of $t+1$...
Owen Westfold's user avatar
4 votes
1 answer
89 views

For a discrete Brownian motion with an absorbing state we can express the distribution of the position as a linear sum of two binimial distributions as described here when the odds for +1 and -1 steps ...
Sextus Empiricus's user avatar
9 votes
2 answers
744 views

In Section 15.4 of Jaynes' Probability Theory the Logic of Science (pdf here: http://www.med.mcgill.ca/epidemiology/hanley/bios601/GaussianModel/JaynesProbabilityTheory.pdf), he proposes following ...
username123's user avatar
1 vote
0 answers
66 views

If I have a random walk with 0 drift and I observe that $X_1 = x_1$ and $X_k = x_k$, bu I don't have all the points from $X_i$ for $i \in \{2, ..., k-1 \}$, how do I estimate them and given an CI? I ...
The One's user avatar
  • 235
0 votes
0 answers
43 views

As it is said everywhere autocorrelation measures the correlation between a time series variable and its lagged values at different time intervals. Then why can't we say that coefficient in front of $...
Nika's user avatar
  • 1
0 votes
0 answers
55 views

As stated in the question. I’m wondering if it’s possible to simulate a random walk between two fixed points (always start at A and finish at B) where the variance of the difference of steps is also ...
IGK's user avatar
  • 1
0 votes
0 answers
47 views

Random price movement Consider the following: The price of an apple starts at 1 dollar. On each day, the price will change -10% or +10%, with equal probability. You buy this apple on day 1, and sell ...
em1971's user avatar
  • 336
0 votes
0 answers
146 views

I am trying to confirm the following statement that in R fable package: ...
user1700890's user avatar
2 votes
2 answers
145 views

I am working on a time-series forecasting problem with ARIMA. Since long-term predictions were not good, I've started using a "rolling ARIMA" like explained here ...
nico_so's user avatar
  • 123

15 30 50 per page
1
2 3 4 5
20