Skip to main content

Questions tagged [stochastic-processes]

A stochastic process describes the evolution of random variables/systems over time and/or space and/or any other index set. It has applications in areas such as econometrics, weather, signal processing, etc. Examples: Gaussian process, Markov process, etc.

Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

My question assumes the following set up for continuous time discrete space: Consider $n$ individuals indexed by $i = 1, \ldots, n$. For each individual $i$: $Y_i(t) \in \{1, 2, \ldots, k\}$ denotes ...
shaktidev's user avatar
1 vote
0 answers
80 views

I am working with a Gaussian process $(X_t(x))_{x \in [0,1], t \geq 0}$ which evolves jointly in space and time. I know the statistics of this process: $\mathbf{E} X_t(x) = X_0(x) e^{-\mu r t} + (1-e^{...
Mete Yuksel's user avatar
7 votes
2 answers
343 views

Consider a situation where there are multiple subjects and each subject has multiple measurements (response, covariates) over time. The goal is to identify a statistical regression model which allows ...
user avatar
1 vote
1 answer
54 views

Background and motivation Let $(\Omega, \pi)$ be a finite state space with a stationary distribution $\pi$. Consider an ergodic Markov chain on $\Omega$ with transition matrix $P$ that is irreducible ...
Francis Fan's user avatar
5 votes
3 answers
506 views

I'm learning time series analysis for forecasting. As I’ve learned, a time series is defined as a collection of random variables ${X_1, X_2, ..., X_T}$, and a single observation is said to be one ...
alksdhalksjdb's user avatar
2 votes
1 answer
76 views

I have a doubt about the distribution of each single random variables in a stationary sequence. In particular, I found the following definition for stationary sequence: A sequence of random variables $...
BullWebster's user avatar
0 votes
0 answers
89 views

So Here is the defintion of Stationary Time Series: A Stationary time series is a time series whose statistical properties do not change over time. My first question is what is over time actually mean?...
bigstreet's user avatar
0 votes
0 answers
41 views

I am interested in finding the likelihood for the location of a given number of particles at time = 1 in a process that resemble (or is) a Ornstein-Uhlenbeck (OU) process. In particular, I am ...
CafféSospeso's user avatar
0 votes
0 answers
69 views

I'm researching the statistical convergence properties of a recursive system that arises during the training of custom neural network structure. My specific question is: How can I prove convergence of ...
Guillaume's user avatar
0 votes
0 answers
38 views

I was reading about extended probability spaces recently. And I was wondering how would one update a probability distribution from the original space to the extended space. Specifically, an extension ...
user avatar
1 vote
0 answers
74 views

For $N$ correlated Ornstein-Uhlenbeck processes, I want to find $N$ absorption boundaries, $\mathbf{A}\in\mathbb{R}^{N}$, such that expected value of the summed $N$ processes is maximized, while the ...
user1428964's user avatar
0 votes
0 answers
117 views

Let $X_0, X_1, ..., X_n$ be a Markov chain with state spaces $S$ and transition probability matrix $T = \{p_{i,j}\}$. There are $A$ absorbing states. I'm interested in $P({X_{t-1}=j}|X_t=i)$. By Bayes'...
HJA24's user avatar
  • 25
0 votes
1 answer
67 views

I’m working on a machine learning model to classify transactions as either fraudulent or genuine. However, one major challenge I’m facing is that the pattern of fraudulent transactions changes ...
Sonu's user avatar
  • 11
3 votes
1 answer
201 views

Let $X_0, X_1, ..., X_n$ be a Markov chain with state spaces $S$, initial probability distribution $\pi$ and transition probability matrix $P = \{p_{i,j}\}$. The first passage time from state $i$ to $...
HJA24's user avatar
  • 25
1 vote
0 answers
49 views

I'm trying to solidify my foundational understanding of denoising diffusion models (DDMs) from a probability theory perspective. My high-level understanding of the setup is as follows: We assume ...
GodelEscher's user avatar
6 votes
2 answers
125 views

Consider the task of estimating a density function $f : \mathbb{R} \to \mathbb{R}$ from independent samples $X_1, \ldots, X_n \sim f$. Let $f_n$ be the kernel density estimator of $f$, that is, $$ f_n ...
Caio Lins's user avatar
  • 161
5 votes
2 answers
216 views

Let $(X_t)_{t \ge 0}$ be a discrete-time, continuous-state Markov chain in $\mathbb{R}^n$, with $X_0$ following some unknown distribution. We're told that the conditional PDF of $X_t$ given $X_{t-1}$ ...
GodelEscher's user avatar
1 vote
0 answers
32 views

For a continuous-time Markov chain with state space $S$ and with an irreducible positive recurrent embedded chain, it can be proved that the transition probabilities $p_{xy}(t)$ for any pair of states ...
Arindam's user avatar
  • 51
4 votes
1 answer
109 views

What's an example of stochastic process $X_t$ on $[0,1]$(i.e. a random variable for each $t \in [0,1]$) such that For all $t$, $X_t \geq 0$ For all $t$, $\mathbb{E}[X_t] = 1$ $\mathbb{E}[\sup_{t \in [...
Phil's user avatar
  • 830
1 vote
0 answers
87 views

In denoising diffusion probabilistic models (original paper), the forward process is a Markov chain $ (X_t)_{t \in \mathbb{N}} $, where each $ X_t \in \mathbb{R}^n $. What is the underlying ...
GodelEscher's user avatar
0 votes
0 answers
42 views

How to make visualisation of stochastic process defined as a set of discrete transition matrices at time steps? Example - stock log returns probabilities in time. As a discrete process described as a ...
Alex Craft's user avatar
0 votes
0 answers
45 views

I have a dataset of (noisy) test results. You can think of this as being accuracy that a chess player achieves in various games or number of points a basketballer scores in a game. I think a good ...
Stuart's user avatar
  • 131
1 vote
0 answers
37 views

I am exploring ways to model asymmetric spatial interactions within a Gibbs process framework. I understand that hierarchical Gibbs models allow for dependencies to be specified a priori, where one ...
Joel Eliason's user avatar
0 votes
0 answers
60 views

I'd like to characterize a multivariate Ornstein-Uhlenbeck process $$dX_t = A(X_t - \mu)dt + \Sigma dW_t$$ in terms of its deterministic vs. stochastic forces. In other words, I need to measure how ...
Ville's user avatar
  • 81
0 votes
0 answers
103 views

I have data about a $M$/$M$/$K$ queue. At each time interval, I know the number of arrivals, number of departures and the number of servers that were there. For a standard $M$/$M$/$K$ queue, ...
stats_noob's user avatar
2 votes
2 answers
152 views

Suppose I have $n$ items. Each item has some baseline properties that are constant. For example, the $i^{th}$ item has properties (i.e. covariates) $w_i$ and $z_i$ that are constant. Each item has a ...
stats_noob's user avatar
3 votes
3 answers
333 views

Here is this proof of concept problem I am thinking of. The data is in the format like this (simulated data): ...
stats_noob's user avatar
2 votes
0 answers
64 views

Let $x(t)$ be a random square-root process that follows $$dx(t) = (a + bx(t)) \, dt + c\sqrt{x(t)} \, dW(t)$$ where $W(t)$ is a standard Brownian motion for some filtration. This has many names ...
Pedro's user avatar
  • 121
1 vote
0 answers
42 views

Broad, education/resource question. I’d like to know more about stochastic processes and in particular discrete processes. For example the binomial pricing model converges on geometric Brownian motion ...
jbuddy_13's user avatar
  • 3,970
0 votes
0 answers
36 views

Suppose I have some random process, where I initialize two empty arrays A:[], B:[]. Following, elements sampled from $N(0,1)$ are allocated to $A$ or $B$, Every time, an element is sampled, it is ...
jbuddy_13's user avatar
  • 3,970
0 votes
0 answers
65 views

I study the paper in the link below: https://projecteuclid.org/journals/bernoulli/volume-24/issue-2/Smooth-backfitting-for-additive-modeling-with-small-errors-in-variables/10.3150/16-BEJ898.full The ...
Lee's user avatar
  • 101
0 votes
0 answers
77 views

I have a question regarding the Hurst exponent that I hope someone here can help clarify. It is well known that there are different definitions of the Hurst exponent, but finding clear connections or ...
yalmajid's user avatar
1 vote
0 answers
132 views

I am trying to understand the relationship between sampling from the joint distribution of a Wiener process and the process's defining properties. Here's what I know: The Wiener process $W_t$ is ...
rando's user avatar
  • 360
0 votes
1 answer
59 views

Different people have to write down values on a certain type of parameter in order to fill out a table, and people obviously tend to write wrong. Sometimes, by a factor of 1000. This creates a lot of ...
Huragok's user avatar
5 votes
1 answer
301 views

I was introduced to the Polya Urn problem in statistics (a problem where we draw a ball from an urn and place another ball back of the same color). These are the formulas for the mean and variance of ...
user avatar
1 vote
1 answer
72 views

I am testing the power of basic unit root tests: ADF, PP and DFGLS. In particular I am generating this sequence: $$y_t = \text{drift} + (\text{trend_coeff} \cdot t) + (\phi \cdot y_{t-1}) + e_t$$ For ...
nachofest's user avatar
0 votes
0 answers
124 views

I have a question on how construct/approximate a statistical queue based on changing parameters. I created/simulated this approximate version of a MMK queue in R: ...
stats_noob's user avatar
1 vote
0 answers
36 views

I am studying phase type distributions in my introductory stochastic processes course. I understand what they are and how to calculate with them. What I don't understand is, what makes them special? ...
BurgerMan's user avatar
3 votes
3 answers
790 views

Intro I am self studying in Youtube the course MIT 18.S096 Topics in Mathematics w Applications in Finances and in the following lecture min 34:50 by Dr. Jake Xia is studied the efficient frontier of ...
Joako's user avatar
  • 126
2 votes
0 answers
59 views

Currently, I'm reading about Denoising diffusion probabilistic models. The first time I heard about the idea of DDPM, I was thinking that "It's not possible! At least when implement using ...
7 votes
1 answer
146 views

Suppose we have $n$ sites, and assume each site activates at a rate $f_i$ ($1\leq i \leq n$), after which it triggers an activation wave that propagates in both direction at a rate $v$, activating ...
sam wolfe's user avatar
  • 180
1 vote
0 answers
81 views

Consider an alternating renewal process where the alternating extents are independent exponentially distributed with means, mu_0 and mu_1. The alternating extents determine whether the outcome at any ...
Aleph's user avatar
  • 41
4 votes
1 answer
232 views

I am taking a Time Series course, and we have covered the topic of Stationarity. The following definitions are given: Strict Stationarity: A stochastic process $\{X_t\}_{t \in T}$ is said to be ...
sloth's user avatar
  • 115
0 votes
1 answer
72 views

I am a neural network newbie. I would like to attempt to implement the following architecture deep learning a stochastic control problem, taken from this paper. Here $s_t$, $a_t$, $c_t$ and $\xi_t$ ...
Anthony's user avatar
  • 542
0 votes
1 answer
128 views

random process is usually defined as a collection $(X_i)_{i\in \mathcal{I}}$, where $\mathcal{I}$ is some index set and each $X_i$ is a random variable $X_i:(\Omega,\mathcal{A})\rightarrow(\mathcal{X},...
MatEZ's user avatar
  • 81
2 votes
3 answers
363 views

Process: Consider an AR(1) process with zero mean,* $\lambda_t = \kappa \cdot \lambda_{t-1} + \omega_t$, with $\kappa = 0.9$, $\omega \sim N(0, \sigma_{\omega}^2)$, and $\sigma_{\omega}^2 = 0.00027$. ...
skoestlmeier's user avatar
1 vote
0 answers
38 views

I have been studying a Galton Watson process that creates random binary trees with probability of survival $p_{s}$ and offspring distribution $p(k)=p_{s}\delta(k-2)+(1-p_{s})\delta(k)$. I'm ...
MMphysics's user avatar
0 votes
0 answers
50 views

Consider one $1-$sub-gaussian or Bernoulli variables $X$, we i.i.d. sample $X$ $n$ times $(X_1,...,X_n)$; and $\mu_X<S$, $S$ is a constant threshold. We have such a quantity: $N_X = \sum_{i=1}^n \...
white's user avatar
  • 1
1 vote
0 answers
57 views

I am relatively new to statistical modeling, and I apologize if this question is somewhat basic. I am currently working with Bayesian models, specifically a stochastic model based on an Ornstein-...
Carlo Meloni's user avatar
1 vote
1 answer
67 views

Consider the case where there are infinite particles initially separated by given distance $d$ on a line exhibiting Brownian Motion without collision. After a significant period of time, I would ...
NotQuiteHuman's user avatar

1
2 3 4 5
29