Skip to content

Commit 1b4708b

Browse files
Update README.md
1 parent 96f5519 commit 1b4708b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stationary_bootstrap_calibration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Implementation of a stationary bootstrap method for weakly dependent stationary
1515
The proposed methodology automatically estimates the optimal block size. As mentioned in the original paper, the methodology is based on the notion of spectral estimation via the flat-top lag-windows of Politis and Romano (1995). The proposed solution is described in the paper [Polis and White (2004)](http://public.econ.duke.edu/~ap172/Politis_White_2004.pdf)
1616

1717
### Input
18-
- The time-series for which the calibration is necessary `data`
18+
- The time-series for which the calibration is necessary `data`.
1919

2020
### Output
21-
- Integer specifying the optimal block length
21+
- Integer specifying the optimal block length.
2222

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.

0 commit comments

Comments
 (0)