If $W_t$ is a standard Wiener process, Levy's Arcsine Law gives us the CDF of the random variable
$$ \int_0^1 \delta[W_t \ge 0] dt $$
(where $\delta[\text{event}]$ is $1$ if the event happens and $0$ otherwise) as $\frac{2}{\pi}\arcsin(\sqrt{x}), x\in[0,1]$. I am aware there is a generalization to $W(t)\ge\alpha$ instead of just $W(t)\ge 0$, and also a generalization to Brownian Motion with drift (i.e. $W_t+\mu t$ where $\mu$ is some constant).
Is there a similar formula for Brownian Bridges? I.E. if $B_t, t\in[0,1]$ is a Brownian Bridge from $B_0=0$ to $B_1=b$ (the simplest case would be $b=0$, but hopefully we can generalize to non-horizontal bridges), can we say anything about the distribution of the following random variable?
$$ \int_0^1 \delta[B_t \ge \alpha] dt $$
I know if $b=0,\alpha=0$ then the distribution is uniform. There might be a way to transform the drifted Brownian motion result into a Brownian Bridge result, but I couldn't think of such an idea. (In particular, the Bridge distribution for $b=0, \alpha=0$ does not coincide with the Motion distribution for $\mu=0, \alpha=0$).
Another is "The distribution of local times of a brownian bridge" by J.Pitman. He goes over the explicit law for local time.
– Thomas Kojar Feb 22 '24 at 22:18