Explore drifted or standard Wiener motion with path simulation. Measure expected value, variance, intervals, and thresholds. Export charts and tables for faster statistical insight.
| Time t | Observed Path X(t) | Theoretical Mean | Theoretical Variance |
|---|---|---|---|
| 0.00 | 0.0000 | 0.0000 | 0.0000 |
| 0.25 | 0.1800 | 0.1250 | 0.0900 |
| 0.50 | 0.4100 | 0.2500 | 0.1800 |
| 0.75 | 0.2300 | 0.3750 | 0.2700 |
| 1.00 | 0.6200 | 0.5000 | 0.3600 |
This sample illustrates how the path changes over time while the theoretical mean and variance evolve according to the selected drift and volatility.
Drifted Wiener process: X(t) = X(0) + μt + σW(t)
Standard Wiener process: W(t) ~ N(0, t)
Mean: E[X(t)] = X(0) + μt
Variance: Var[X(t)] = σ²t
Standard deviation: SD[X(t)] = σ√t
Increment mean: E[X(t + Δt) - X(t)] = μΔt
Increment variance: Var[X(t + Δt) - X(t)] = σ²Δt
Target probabilities are estimated from the normal distribution because X(t) is normally distributed under the Wiener process model.
It estimates key Wiener process quantities such as mean, variance, increment behavior, confidence interval, threshold probabilities, and one simulated sample path.
Standard mode fixes drift at zero and volatility at one. Drifted mode lets you model a Brownian path with user-defined trend and scale.
A Wiener path is random. Changing the random seed creates a new trajectory, while using the same seed reproduces the same simulated path.
Volatility controls how spread out the process becomes over time. Larger volatility produces wider variance and more jagged simulated paths.
The target probabilities use the normal distribution of X(t), so they are theoretical for the process at time t, not only for the simulated sample path.
Barriers help detect whether the simulated path crossed chosen upper or lower levels. This is useful in finance, reliability, and first-passage studies.
Yes. It is useful for demonstrating Brownian motion, Gaussian increments, stochastic trends, and the link between theory and simulation results.
Yes. You can export the simulated path table as CSV and create a PDF summary containing the main inputs and output metrics.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.