Skip to content

Commit 2fcf813

Browse files
Update README.md
1 parent 3ece88a commit 2fcf813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stationary_bootstrap_calibration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The proposed methodology automatically estimates the optimal block size. As ment
2323
## Getting started
2424
Given a time series with values 0.4, 0.2, 0.1, 0.4, 0.3, 0.1, 0.3, 0.4, 0.2, 0.5, 0.1, and 0.2 the user desires to use the stationary bootstrap algorithm for resampling. The objective is to automatically retrieve the "optimal" value of the parameter needed for stationary bootstrap algorithm.
2525

26-
```bash
26+
```python
2727

2828
import numpy as np
2929

0 commit comments

Comments
 (0)