Skip to content

Commit 2271695

Browse files
Update README.md
1 parent 2fcf813 commit 2271695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

correlated_brownian_motion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Y = μ + L\*z has its increments distributed as N(μ, E) where μ is the vector
3333

3434
The user is interested in generating samples from 2 Brownian motions with a correlation of 0.8. Additionally, the first BM has a mean of 1 and a variance of 1.5. The second BM has a mean of 0 and a variance of 2. The user is interested in 480 samples.
3535

36-
```bash
36+
```python
3737
import numpy as np
3838
from CorBM import *
3939

0 commit comments

Comments
 (0)