You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stationary_bootstrap/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ Stationary bootstrap is a block-resampling technique that relaxes the assumption
17
17
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.
18
18
19
19
### 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.
23
23
24
24
### Output
25
-
- Vector of bootstrapped values of specified length
25
+
- Vector of bootstrapped values of specified length.
0 commit comments