brownianbridge: Compute the so called (abusively) "Brownian bridge" process.

Description Usage Arguments Value Examples

Description

Compute the so called (abusively) "Brownian bridge" process.

Usage

1

Arguments

X

MCMC sampling sequence of length N

Value

cumulative normalized sum sequence:

B=≤ft\{b_n\right\}_{0≤q n≤q N}, b_n=\frac{n*(\hat μ_{1,n}-\hat μ_{1,N})}{\hat{σ} √(N)}

Examples

1
2
3
x = AR1(rho=0)
bb = brownianbridge(x)
plot(bb,type='l',col='red')

IRSN/codadiags documentation built on May 8, 2019, 1:27 p.m.