Skip to main content

Questions tagged [continuous-time]

Filter by
Sorted by
Tagged with
1 vote
0 answers
26 views

Bayesian Inference of a Gaussian Process with a Continuous-time Obervations

In many books about Bayesian inference based on Gaussian process, it is assumed that one can only observe a set of data/signals at discrete points. This is a very realistic assumption. However, in ...
Ssssssponge's user avatar
0 votes
0 answers
56 views

How to train a continuous-time normalizing flow model?

I'm confused on how we can actually train a continuous-time normalizing flow model. There are two use cases for the discrete-time (original) normalizing flows, and I've tried to outline how I would do ...
travelingbones's user avatar
0 votes
0 answers
21 views

Meta-analysis of odds ratio for continuous variables, how to interpret the decrease or increase per unit?

So, I am doing a meta-analysis of odds ratios to find out the risk factors for a certain medical outcome. One of those risk factors would be (simplified) the time spent in the operation room. My ...
echodoro's user avatar
2 votes
1 answer
50 views

What is the natural progression from discrete AR models into continuous time?

Lets say we want to predict a single target variable and we have 10 regressors/features. Assume we would like to predict 30 days ahead (daily predictions up to 30 days ahead) and our data is a daily ...
MilTom's user avatar
  • 369
0 votes
0 answers
44 views

Combination of a discrete and a continuous Markov Chain in a MCMC

Recently, I've been questioning myself on the possibility of combining a discrete update and a continuous update on a single MCMC. Stephens (2000) in Algorithm 3.2 runs the process for a fixed amount ...
nico's user avatar
  • 1
0 votes
1 answer
32 views

what type of machine learning or neural net algorithm would i use for predictions about the shape of a plot

if a data set is set up such that it has 5 independent variables and an array of 201 elements of "smooth continuous" data as the dependent variable. I was wondering if there was a model ...
FillenNaymeer's user avatar
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 ...
Carl's user avatar
  • 1,226
0 votes
0 answers
65 views

Variance estimate in a gillespie simulation

Lets say I simulate a immigration-death process: $P(X(t + \delta t) = x+ 1 | X(t) = x) = \lambda \delta t$ $P(X(t + \delta t) = x-1 | X(t) =x) = v x \delta t$ using a Gillespie simulation - I pick a ...
Ian Sudbery's user avatar
1 vote
0 answers
27 views

What would be a continuous-time version of a VAR process?

It is often said that a AR(1) process can be viewed as a discretized version of the continuous-time Ornstein-Uhlenbeck process. Can we really claim this to be valid considering that the Ornstein-...
MilTom's user avatar
  • 369
0 votes
0 answers
23 views

Continuously occurring true negatives

How can I handle discrete events in a continuous time stream in the context of an F1 metric? To give an example, let's say the Earthquake Forecasting Bureau would report the following for their ...
KevinB56's user avatar
3 votes
0 answers
180 views

Split a two dimensional continuous time Markov chain into two independent ones?

Let's say we have a two dimensional MC defined on the state space $\mathbb{N}\times \mathbb{N}$ evolving as below: $(i,j) \rightarrow (i,j+1)$ with rate $\lambda$ for all $i,j$. $(i,j) \rightarrow (i-...
Math. H's user avatar
  • 87
-1 votes
1 answer
157 views

Continuous Time Markov Chain - M/M/2 Queue throughput

First I find the stationary distribution of this problem by solving $\pi G=0$ to get $\pi \approx (0.20675105, 0.29535865, 0.05907173, 0.23628692, 0.1350211, 0.06751055)$. Using $\pi$, we can ...
hkj447's user avatar
  • 447
2 votes
1 answer
31 views

Continuous time distribution of autoregressive time series sampled in discrete time

If a discrete-time autogressive AR(p) model is fit to data x at t=1,2,..., what is the probability distributiom of x at time n+h, denoted x(n+h), where 0 < h < 1 and x(n) and x(n+1) are known?
Fortranner's user avatar
3 votes
1 answer
410 views

Bayesian updating with continuous prior in continuous time

I am considering an example where a person flips his (unfair) coin to examine what is the probability of getting head. I could find some posts saying that the posterior distribution follows Beta ...
Anonymouslylost's user avatar
9 votes
2 answers
3k views

Why are most epidemic models continuous-time?

Most classical epidemic models such as SIR and variants are formulated as differential equations. However, to me discrete-time models feel more natural to measure the evolution of a disease on a day-...
Federico Poloni's user avatar
2 votes
0 answers
85 views

Continuous-Time Autoregressive process and RKHS

Consider a stationary Continuous-time AutoRegressive (CAR) process on a bounded time-interval $(a, \, b)$. This article by Emmanuel Parzen describes the corresponding Reproducing Kernel Hilbert Space (...
Yves's user avatar
  • 5,716
0 votes
0 answers
70 views

Infinitesimal generator

I have been studying continuous time markov chains through Dobrow's book. Everything went fine until the author introduced the concept of infinitesimal generator, which he refers to as $\textbf{Q}$. ...
Lucas's user avatar
  • 175
2 votes
0 answers
154 views

Continuous-time, non-recursive ARIMA Equation

In this question, I asked about validating the assumption of geometric Brownian motion in a analytic model using ARIMA. Here, I want to generalise this idea. If I'm building a decision model that ...
Anthony's user avatar
  • 540
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 $...
Anthony's user avatar
  • 540
9 votes
1 answer
485 views

Is there a way to calculate the riskiest places to be infected by COVID-19?

Is there a way to calculate the riskiest places to be infected by COVID-19? My friends and I are having an argument of whether being in a "high traffic-short contact time" situation (public transport) ...
Polo Marco's user avatar
1 vote
0 answers
55 views

Can the interarrival times of a continuous time markov chain be distributed with 2 parameter (scale,location) exponential distributions?

I'm trying to model data with a time-homogenous CTMC with a number of states with corresponding constant transition rates $\lambda_{i}$ when I notice that much of the transition times from one state ...
Rizzeyish's user avatar
1 vote
0 answers
231 views

Correspondence between time series models in continuous vs. discrete time

I am interested in an overview over the connection and correspondence between time series models in continuous vs. discrete time in finance. E.g. take ARMA(p,q) or GARCH(s,r) or ARMA(p,q)-GARCH(s,r) ...
Richard Hardy's user avatar
3 votes
1 answer
192 views

Continuous time Fourier representation

I have learned that the Fourier transform of a continuous-time unit-periodic stochastic process is: $$x(t) = \sum\limits_{k=-\infty}^{\infty} a_k e^{i2\pi kt} \quad \quad \text{ where } \quad \quad ...
Joy's user avatar
  • 333
0 votes
1 answer
440 views

Simulating a (discretized) Cox process via binomial sampling

Let X be a Cox process (doubly-stochastic Poisson process) driven by a Poisson process with fixed intensity(rate) $\lambda=50$ , and choose some small time interval $dt=0.01$ . Is the proper way to ...
crow's user avatar
  • 1
2 votes
0 answers
127 views

Infill likelihood for a continuously observed continuous-time process

Consider a continuous-time stochastic process $y(t)$ having the following linear (Gaussian) state-space representation for $t \geq 0$ $$ \left\{ \begin{array}{c c l} \text{d}{\boldsymbol{\...
Yves's user avatar
  • 5,716
0 votes
1 answer
89 views

Generate PDF from CTMC

I have an irreducible continuous-time Markov chain (CTMC) with a finite state space. The CTMC also does not have any one-step transitions from any state to itself. I have the transition rate matrix $Q$...
mwoods's user avatar
  • 73
3 votes
0 answers
82 views

Modeling by means of a negative binomial process

The negative binomial distribution with parameters $p\in(0,1)$ and $t>0$ is sometimes defined as the distribution of the number of failures before the $t$th success. This is supported on the set $\{...
Michael Hardy's user avatar
1 vote
1 answer
97 views

Derivation Harvey (1984) Logistic Curve

Given a logistic function of the form. \begin{align*} f(t) = \frac{\alpha}{1 + \beta e^{\gamma t}} \end{align*} Harvey (1984) differentiates this and takes logs to yield: \begin{align*} \ln f' = 2 ...
InterwebIsGreat's user avatar
0 votes
1 answer
3k views

Linear mixed model: Time as continuous or discrete variable?

I am analysing a dataset from a randomised controlled trial (2 treatment groups) with measurements at 3 time points (weeks 0, 1 and 8). I am struggling with whether to analyse this with the three time ...
PeterS's user avatar
  • 11
1 vote
0 answers
105 views

Correlation of continuous-time series

I have two continuous time series of discrete events. The data from them are timestamps of occurences, e.g. ...
Karel Macek's user avatar
  • 2,846