Questions tagged [brownian-motion]
Brownian motion is the random motion of particles (eg atoms) that make up a gas. The math used to model Brownian motion is sometimes used in statistics to describe stochastic processes over time.
149 questions
0
votes
0
answers
48
views
Sampling from the multivariate normal in order to generate a BM sample path
Last week, there was a question someone sent about whether one can generate a multivariate normal distribution and use it to sample brownian motion. I tried to explain that this won't work because the ...
1
vote
0
answers
37
views
Max Likelihood of GBM with 2 Markov States
Consider the stochastic process
$$dX_t = \mu_{\epsilon_t}X_tdt + \sigma_{\epsilon_t}X_tdW_t$$
where $W_t$ is a standard Brownian motion. The process $X_t$ is a geometric Brownian motion (GBM) whose ...
0
votes
0
answers
12
views
Meaning of asymptotic in the context of stochastic process
So for a fractional Brownian motion, I define $k^{th}$ variation as
$$ S_n = \frac{1}{n}\sum_{i = 1}^{n}{|B_{H}(i\times\frac{T}{n}) - B_{H}((i - 1)\times\frac{T}{n})|^k} $$
where T is fixed and $B_H$ ...
0
votes
0
answers
29
views
How can I simulate the path between two defined points but also define the overall step variance?
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 ...
0
votes
0
answers
52
views
Normal or Linear relationship?
I'm generating simulated data from a multivariate normal distribution with a variance-covariance matrix and then fitting it by either
A) finding the maximum likelihood parameter estimates for the ...
10
votes
1
answer
543
views
The probability that a Brownian bridge is a Brownian excursion
bb <- function() {
y <<- c(0,sort(runif(9999)),1)
x <<- seq(0,10000)/10000
y <<- y-x
}
plot(x,y,type="l",asp=30)
abline(h=0)
The R ...
2
votes
0
answers
79
views
GLS when error covariance matrix depends on regression coefficient
My data is a pair of points (x1, y1) & (x2, y2) [Just in case it's relevant, I explain how the data is created at the end]. I know how the data points are correlated. For a GLS (generalized ...
0
votes
0
answers
28
views
Stochastic Process Notation / Brownian Increments
I am currently reading about stochastic processes and Brownian Motion.
When books have notation such as $E[X_t] = 0$ and $Var[X_t] = \sqrt{t}$ this is considered over sample paths.
However, when we ...
1
vote
0
answers
42
views
Stochastic Calculus Algebra
Studying Brownian Motion and stochastic integrals in class, my professor rewrote this summand $$1/2*\sum_{j=0}^{n-1} (W((j+1)T/n) - W(jT/n))^2$$ as $$1/2*W^2(T) + \sum_{j=0}^{n-1} W(jT/n)(W(jT/n) - W((...
0
votes
1
answer
1k
views
Estimate parameters in Brownian Motion with drift, $dX_t = \mu dt + \sigma dW_t$
Consider a Brownian Motion with drift, $X$, on the interval $[0; T]$ given by
$$dX_t = \mu dt + \sigma dW_t.$$
Suppose that the interval is split into $n$ pieces of equal size to define $\Delta:=T/n$ ...
4
votes
2
answers
148
views
How are group sequential analysis, random walks, and Brownian motion related?
Assume that I am planning a clinical trial comparing two groups using a binary outcome. I will do the $\chi^2$ test after 3 equal enrollment intervals: interim test #1 after $m_1$ enrollments in ...
2
votes
0
answers
37
views
Is there a method of analytically solving the expected value of this random variable?
I have the following loss function L where $S_{t}$ represents the price at time t and follows a Geometric Brownian motion. $S_0$ and $r$ are constants.
$$
L = \frac{\sqrt{r}\frac{S_{t}}{S_{o}}-1}{\...
1
vote
0
answers
79
views
How do I generate a conditioned Brownian motion?
Suppose I want to generate a random Brownian motion $B$ on $[0,1]$ such that:
$B_0=x_0$
$B_1=x_1$
$\max B_t = M$
$\min B_t = m$
The first two conditions a not difficult to impose. However I have ...
5
votes
2
answers
217
views
If we have sampled a Brownian motion at $t_i$, how can we get samples at the midpoints of $[t_{i-1},t_i]$ using a Brownian bridge?
Suppose we have sampled a Brownian motion $(B_t)_{t\ge0}$ at $0=t_0<t_1<\cdots$. How can we obtain a sample at the midpoints of $[t_{i-1},t_i]$ from those samples? I've read that this is ...
3
votes
1
answer
191
views
What is the expected inverse stopping time for an Brownian Motion?
Let $B_t$ be standard Brownian motion and $\tau_a=\inf\{t\geq 0 : B_t \geq a\}$ be the stopping time where $B_t$ exceeds some value $a$.
Is there an analytic form for $\mathbb{E}\left[\frac{1}{\tau_a}\...
6
votes
1
answer
181
views
Distribution of positive and negative values in a Brownian bridge
Recently there was a question about the occurrence of a large discrepancy in the differences between two ordered sequences of random numbers. The difference between these two sequences can be related ...
0
votes
0
answers
60
views
Convergence to a norm
Let $x$ be a $d$-dimensional real valued vector. It holds
$x^{T}A B^{1/2}\dfrac{1}{\sqrt{n}}\sum\limits_{t=1}^{\lfloor ns\rfloor}\epsilon_{t}\to \|x\|_{ABA} W(s)$ for $s\in[0,1]$ with $\epsilon_{t}$ ...
0
votes
0
answers
198
views
Timestep in Geometric Brownian Motion
I have some questions about mean and volatility.
I have historical monthly data of CO2 closing price(2013.01~2022.03), $p_{t}$ whose length is 111.
I preprocessed the data by computing $\ln{\frac{p_t}...
0
votes
0
answers
58
views
I want to calculate $\int f(X_t) dB_t$ where $B(t)$ is Brownian motion and $X_t$ satisfies $d X_t = \mu dt + \sigma dB_t$
Let $B_t$ be Brownian motion, and $X_t$ satisfies the following Ito SDE:
$$
d X_t = \mu\, dt + \sigma\, d B_t,
$$
and $f$ is a function over $X_T$. I want to calculate $\mathbb{E}[f(X_t)dB_t]$.
It ...
2
votes
1
answer
741
views
Sampling distribution of GBM Maximum-Likelihood estimator
Given the geometric Brownian diffusion
$$ X_t = \mu X_t \, dt + \sigma X_t \, d W_t$$
I learnt that its maximum likelihood estimators are the following as this web article suggests
$$\hat \mu = \frac{\...
1
vote
0
answers
74
views
When are continuous-time models important?
In Econometrics, majority of the models are in discrete-time setting, whereas when you move on to quantitative finance, continuous-time models are most prevalent. I get the theory and idea behind ...
0
votes
0
answers
162
views
Simulating paths of stochastic process from density
I need yout help! I have a stochastic process $X_t$ and I know its density function $f(x,t)$, which is defined for $x>t$.
I'm looking for a code in R that simulates the paths of the process, so I ...
1
vote
0
answers
482
views
Independent increments in a Gaussian Process
Sorry if this is a naïve question, but if you have a gaussian process:
$$
X = \{X(t), t\ge0 \},\ X(t) \sim \mathcal{N}(0,t)
$$
Can you prove that it has independent increments?
If yes how? And if no, ...
1
vote
0
answers
233
views
Optimal Mean Reversion Trading with Ornstein-Uhlenbeck Process
TL;DR:
I'm getting a very different answer when trying to solve the problem described in this paper using a different approach (which seems simpler to me).
I probably have some error in my reasoning ...
3
votes
0
answers
628
views
Are parameters for geometeric brownian motion updated for all data points that are in the dataset?
Assuming I have a time-varying stochastic data-set (i.e Prices for stock etc. ) and I want to forecast the price of the stock at any time step into the future, let's say 1 day into the future.
Now for ...
2
votes
0
answers
74
views
Is there an efficient algorithm to draw samples from these distributions?
Consider two-dimensional brownian motion, but in a maze, such that there are "walls" which prevent the path from taking certain steps (based on this tweet).
I'm curious about algorithms to ...
1
vote
0
answers
114
views
Give a random walk on an interval with specified endpoints & extrema, can I find the probability that the max occurs before the min?
I have some summary measures on a time series process for a large number of time intervals, all of the same length. The summary measures are the initial value (i), which I will take to be zero without ...
1
vote
0
answers
71
views
Distribution of Geometric Brownian Motion drawdowns from realizations of multivariate Normal and Laplace distributions
I am trying to simulate the distribution of Geometric Brownian Motion drawdowns from realizations of multivariate Normal and Laplace distributions under the same covariance structure. Drawdowns are ...
0
votes
0
answers
68
views
Jump diffusion -advantages
What would people say is the advantage of using a Merton jump-diffusion model, in terms of what it models and it's key characteristics/ features?
0
votes
0
answers
52
views
Standard deviation growth of discrete Brownian motion?
In my current project, I have a collection of $N$ i.i.d. samples of a multivariate standard Gaussian distribution in $D$-dimensional space. My ultimate goal is to gradually perturb the standard ...
0
votes
0
answers
100
views
How to model stock price time series using differential equations?
I work with stock price time series where I check for structural breaks in the series. To do that I fit simple models such as AR and ARIMA.
However, I was proposed to express the stock price in terms ...
2
votes
0
answers
122
views
For a Brownian motion, what is the probability that $B(t)$ 'hits' $a$ before it hits $b$, for given $a < 0 < b$?
My attempt:
Let $X_1,X_2,\ldots $ be iid random variables with $P[X_i =-1] = P[X_i=1] = \frac12$. If we let $S _n =\sum_{i=1}^n X_i$, then for integer $a< 0< b$, the probability that $S_n$ hits $...
4
votes
1
answer
350
views
Expected first time that $|B(t)|=1$ for a standard Brownian motion
I want to calculate $\mathbb{E}[T]$ where $T = \inf \{t \geq 0 \mid |B(t)| = 1\}$ and $B(t)$ is a Brownian motion with mean $0$. I saw some similar posts but for a one-sided hitting time, and in those ...
0
votes
0
answers
23
views
How to calculate mean squared error when a process is modeled with simple brownian motion?
I want to model a time series process with simple Brownian motion and want to know to what extent does the estimated model fit the original time series. While I am aware of the method two-sample ...
2
votes
0
answers
190
views
Simulating critical values using standard Brownian motion
Using R, I am replicating the Table 1 results of this paper https://www.tandfonline.com/doi/abs/10.1080/03610926.2014.985841. I wrote the following ...
10
votes
2
answers
368
views
Reference Request: Book on Unit Root Theory
In trying to do time series analysis, I almost regularly stumble upon unit root and cointegration tests. The design of most these tests is based on a null of unit root (for both linear and non-linear ...
0
votes
0
answers
129
views
Law of brownian bridge
I am having some trouble prooving the following result:
Thanks a lot for your help
4
votes
1
answer
421
views
Who was the first person to prove the straight line cross probability for a Brownian motion?
In the paper "Heuristic approach to the Kolmogorov-Smirnov theorems" by J.L. Doob (1949) it's mencioned this well-known theorem:
If $\zeta=\{\zeta_{t}|t\geq 0\}$ is a Brownian motion then
$$...
4
votes
1
answer
557
views
distribution of maximum random walk distance
Related to this question.
Suppose I flip a fair coin $N$ times and keep track of the difference between the total number of heads and tails as I am doing it. At the end of the $N$ coin flips, I have ...
0
votes
1
answer
950
views
Given that $B(t)$ is standard Brownian motion. Is $\overline{B}(t) = B(t+s)-B(s)$ a standard Brownian motion?
1) $B(0) = 0$ is satisfied, because $\overline{B}(0) = B(0+s) - B(s) = B(s) - B(s) = 0$.
3) Assumption that $\bar{B}(t)-\bar{B}(s) \sim N(0,t-s)$ is not satisfied, because:
$\overline{B}(t)-\...
1
vote
2
answers
392
views
Brownian bridge in different forms
On the wikipedia page for a Brownian bridge (https://en.wikipedia.org/wiki/Brownian_bridge), it says that the Brownian bridge is given by $B(t) = W(t) - \frac{t}{T}W(T)$. It further goes on to say ...
1
vote
0
answers
388
views
ARIMA and Geometric Brownian Motion
I have read that Brownian motion, or more precisely, a Wiener process, is a scaling limit of a random walk. Hence, when attempting to model a real time-series of energy prices, if I discover that an $...
5
votes
1
answer
543
views
Distribution of $\frac{1}{1+X}$ if $X$ is Lognormal
Suppose $Z \sim \mathcal{N}(0,1)$.
Suppose $X$ is a lognormally distributed random variable, defined as $X:=X_0exp^{(-0.5\sigma^2+\sigma Z)}$, in other words, $X$ is log-normal with $\mathbb{E}[X]=X_0$...
1
vote
0
answers
50
views
The asymptotic properties of $V$-statistic for mixing multivariate process
Suppose $\{X_t\}_{t \in \mathbb{Z}} \subseteq \mathbb{R}^d$ is a $\alpha$- or $\rho$-mixing process. Let $h (x, y) : \mathbb{R}^d \times \mathbb{R}^d \rightarrow \mathbb{R}$ be the symmetric kernel ...
1
vote
0
answers
30
views
Introductory Brownian Motion
I'm a beginner in studying Brownian motion with some background in probability theory and I ran into some problems going through the textbook Brownian Motion by Schilling:
Problem Setup
Let's denote ...
0
votes
0
answers
231
views
what is the expected value of the dot product of two vectors
I have a little question, but I don't know that well how to answer it. I have a random walker with position vector $\vec{r} = \sum_{i=1}^N \vec{r}_i$, where i is the random walker's step. Every vector ...
3
votes
1
answer
122
views
Sampling the hitting time of a Brownian motion with drift
Consider a Brownian motion with drift $\mu > 0$ and variance parameter $\sigma^2$. Then the pdf of the first hitting time to the value $a > 0$ is
$$
f(t) = \frac{a}{\sigma\sqrt{2\pi t^3}}\exp\...
4
votes
0
answers
119
views
What correlation structure is necessary to ensure a random walk is almost surely bounded?
Say I have a stochastic process $\{X_t\}_{t \in \mathbb{N}}$ such that their cumulative sum $\{S_t\}_{t \in \mathbb{N}}$ is a random walk process:
$$
S_t = \sum_{i = 1}^t X_i
$$
If each $X_t$ is i.i.d ...
0
votes
0
answers
63
views
Distribution Function of KPSS Variable
Assume that I have a vector called $X_j$, then I have a test statistic called $T_N$ as follows
$$T_N=\frac{1}{s^2_N N^2}\sum_{k=1}^{N}(\sum_{j=1}^{k}(X_j-\bar{X}_N))^2$$
where $s^2_N=[N-1]^{-1}\sum_{j=...
2
votes
1
answer
208
views
Convergence of random walk in $R^2$ to the Brownian motion on circle
We know that the random walk generated in $R^1$ can converge weakly in distribution to the Brownian motion in $R^1$. Could anybody provide a mathematical proof, how a random walk generated in $R^2$ ...