Package 'rolltalk'

Title: Rolling and Expanding Statistics
Description: Presentation for rolling and expanding statistics of time-series data.
Authors: Jason Foster
Maintainer: Jason Foster <[email protected]>
License: GPL (>= 2)
Version: 1.0
Built: 2024-11-15 05:07:05 UTC
Source: https://github.com/jasonjfoster/rolltalk

Help Index


Benchmark Data for Width of 100

Description

A data set with the benchmark results for rolling statistics with a width of 100.

Usage

bench_100

Format

A data frame. Rows are evaluation times and columns are the functions.


Benchmark Data for Width of 1,000

Description

A data set with the benchmark results for rolling statistics with a width of 1,000.

Usage

bench_1000

Format

A data frame. Rows are evaluation times and columns are the functions.


Rolling and Expanding Statistics

Description

A presentation for rolling and expanding statistics of time-series data.

Usage

roll_talk(...)

Arguments

...

Additional arguments passed to quarto::quarto_render.

Examples

## Not run: 
# rolling exploratory data analysis
roll_talk()

## End(Not run)