StochasticNoisesBrownian BridgeOn this pageBrownian BridgeMath BackgroundSoon...Usageimport {stochastic} from 'stochastic-js';const n = 100;const T = 1;const {B} = stochastic.noises.brownianBridge(n, T);// B is the generated sample of the brownian bridge.