bootstrap_funcs#

Contains functions for bootstrap calculations for use in Spark queries.

Functions

create_circularblock_func

Create the CircularBlock bootstrap function.

create_gumboot_func

Create the Gumboot bootstrap function.

create_stationary_func

Create the Stationary bootstrap function.

create_circularblock_func(model: MetricsBasemodel) Callable[source]#

Create the CircularBlock bootstrap function.

create_gumboot_func(model: MetricsBasemodel) Callable[source]#

Create the Gumboot bootstrap function.

create_stationary_func(model: MetricsBasemodel) Callable[source]#

Create the Stationary bootstrap function.