Skip to content

Commit 908ab36

Browse files
committed
docs: document (GHA)
1 parent 24f3dab commit 908ab36

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@ forecasting.
1414

1515
`{epiprocess}` contains:
1616

17-
- `epi_df()` and `epi_archive()`, two data frame classes (that work
18-
like a `{tibble}` with `{dplyr}` verbs) for working with
19-
epidemiological time series data
20-
- `epi_df` is for working with a snapshot of data at a single
21-
point in time
22-
- `epi_archive` is for working with histories of data that changes
23-
over time
24-
- one of the most common uses of `epi_archive` is for accurate
25-
backtesting of forecasting models, see `vignette("backtesting",
26-
package="epipredict")`
27-
- signal processing tools building on these data structures such as
28-
- `epi_slide()` for sliding window operations (aids with feature
29-
creation)
30-
- `epix_slide()` for sliding window operations on archives (aids
31-
with backtesting)
32-
- `growth_rate()` for computing growth rates
33-
- `detect_outlr()` for outlier detection
34-
- `epi_cor()` for computing correlations
17+
- `epi_df()` and `epi_archive()`, two data frame classes (that work like
18+
a `{tibble}` with `{dplyr}` verbs) for working with epidemiological
19+
time series data
20+
- `epi_df` is for working with a snapshot of data at a single point in
21+
time
22+
- `epi_archive` is for working with histories of data that changes
23+
over time
24+
- one of the most common uses of `epi_archive` is for accurate
25+
backtesting of forecasting models, see
26+
`vignette("backtesting", package="epipredict")`
27+
- signal processing tools building on these data structures such as
28+
- `epi_slide()` for sliding window operations (aids with feature
29+
creation)
30+
- `epix_slide()` for sliding window operations on archives (aids with
31+
backtesting)
32+
- `growth_rate()` for computing growth rates
33+
- `detect_outlr()` for outlier detection
34+
- `epi_cor()` for computing correlations
3535

3636
If you are new to this set of tools, you may be interested learning
3737
through a book format: [Introduction to Epidemiological
3838
Forecasting](https://cmu-delphi.github.io/delphi-tooling-book/).
3939

4040
You may also be interested in:
4141

42-
- `{epidatr}`, for accessing wide range of epidemiological data sets,
43-
including COVID-19 data, flu data, and more.
44-
- [rtestim](https://github.com/dajmcdon/rtestim), a package for
45-
estimating the time-varying reproduction number of an epidemic.
42+
- `{epidatr}`, for accessing wide range of epidemiological data sets,
43+
including COVID-19 data, flu data, and more.
44+
- [rtestim](https://github.com/dajmcdon/rtestim), a package for
45+
estimating the time-varying reproduction number of an epidemic.
4646

4747
This package is provided by the [Delphi group](https://delphi.cmu.edu/)
4848
at Carnegie Mellon University.

0 commit comments

Comments
 (0)