Questions tagged [local-time]

Local time is a stochastic process associated with semimartingale processes such as Brownian motion, that characterizes the amount of time a particle has spent at a given level.

Local time is a stochastic process associated with semimartingale processes such as Brownian motion, that characterizes the amount of time a particle has spent at a given level. Local time appears in various stochastic integration formulas, such as Tanaka's formula, if the integrand is not sufficiently smooth. It is also studied in statistical mechanics in the context of random fields.

For a continuous real-valued semimartingale $ (B_{s})_{s\geq 0}$, the local time of $B$ at the point $x$ is the stochastic process which is informally defined by

$$ L ^ {x} (t) = \int _ {0} ^ {t} \delta (x-B _ {s})\ d[B]_{s} \text , $$

where $ \delta $ is the Dirac delta function and $[ B ]$ is the quadratic variation. The basic idea is that $ L^{x}(t) $ is an (appropriately rescaled and time-parametrized) measure of how much time $B_{s}$ has spent at $x$ up to time $t$. More rigorously, it may be written as the almost sure limit

$$ L ^ {x}(t)=\lim _ {\varepsilon \downarrow 0}{\frac {1}{2\varepsilon }} \int _ {0} ^ {t} \mathbb 1 _ {\lbrace x-\varepsilon <B_{s}<x+\varepsilon \rbrace}\,d[B]_{s} \text , $$

which may always be shown to exist. Note that in the special case of Brownian motion (or more generally a real-valued diffusion of the form $ dB=b(t,B)dt+dW $ where $W$ is a Brownian motion), the term $ d[B]_{s} $ simply reduces to $d s$, which explains why it is called the local time of $B$ at $x$. For a discrete state-space process $( X _ s ) _{s\geq 0}$, the local time can be expressed more simply as

$$ L ^ {x}(t)=\int _ {0} ^ {t} \mathbb 1 _ {\lbrace x \rbrace}(X _ {s})\ ds \text . $$

Source: Wikipedia

34 questions
1
vote
0 answers

Figuring time since epoch given different time scale

In programming, we use a start date and count the milliseconds since that date, to calculate the 'time since epoch' (which is 1970 Jan 1st 00:00:00 I believe). A class called DateTime does all the math for us. Searching for HOW DateTime does this…
1
vote
2 answers

time, rate and distance

a group of storm chasers is following behind a tornado in order to film it. The tornado is moving a straight line at 53 km per hour, and the storm chasers are driving in a van in its wake, travelling 90 km per hour. How long will it be before the…
Hari
  • 153
0
votes
0 answers

Switching the hands of the clock

Let us switch the positions of the minute hand and the hour hand of a calassic clock with only 12 hours, not 24. Note that most of the time we will end up with an absurd configuration. But are there any valid such configuratins? If yes, count the…
user636268
-2
votes
2 answers

2 pipes working to empty a tank.

A pipe can empty a tank in 40 min. A second pipe with diameter twice as much as that of the first is also attached with the tank to empty it. The two together can empty the tank in ? I am attaching my solution also here but I want a good…
-2
votes
1 answer

1 Gigasecond is also a Teramilisecond?

I'm reasoning about some time parsing thing in JavaScript which uses millisecond-precision for Date objects and Unix System time does use seconds. Putting problems with precision loss for conversion- can one say if if 10^9 seconds is a Gigasecond,…
Inoperable
  • 97
  • 3