boot_cdf: Generate B bootstrapped cdfs from an input cdf

View source: R/boot_cdf.R

boot_cdfR Documentation

Generate B bootstrapped cdfs from an input cdf

Description

Generate B bootstrapped cdfs from an input cdf

Usage

boot_cdf(cdf, B = 1000, project = FALSE)

Arguments

cdf

A cdf. Ideally the output of projected_dp_cdf. If an unprojected noisy cdf is passed the projection will be done automatically.

B

Number of bootstrap repetitions

Value

A isotone dp cdf of the data.


mneunhoe/dpBootstrap documentation built on Feb. 10, 2023, 6:31 a.m.