Skip to content

Commit 96f5519

Browse files
Wording update
1 parent de008bd commit 96f5519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stationary_bootstrap/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Stationary bootstrap is a block-resampling technique that relaxes the assumption
1717
The algorithm works by randomly selecting a starting point in the time-series and at each step it either increases the block size by one or selects a new block with a new starting point. This choice happens with a fixed probability governed by the parametrisation.
1818

1919
### Input
20-
- A time-series that you want to bootstrap
21-
- The parameter m describing the average duration of the blocks in the sample
22-
- The length of the output sample
20+
- A time-series that you want to bootstrap.
21+
- The parameter m describing the average duration of the blocks in the sample.
22+
- The length of the output sample.
2323

2424
### Output
25-
- Vector of bootstrapped values of specified length
25+
- Vector of bootstrapped values of specified length.
2626

2727
## Getting started
2828

0 commit comments

Comments
 (0)