Learn R Programming

wmwAUC (version 0.2.0)

calc_simultaneous_ecdf_bands_sfsmisc: Confidence bands for ECDF using sfsmisc::KSd

Description

Confidence bands for ECDF using sfsmisc::KSd

Usage

calc_simultaneous_ecdf_bands_sfsmisc(x, alpha = 0.05)

Value

A list containing simultaneous confidence band information with components:

lower

Numeric vector of lower confidence bounds

upper

Numeric vector of upper confidence bounds

x

Numeric vector of x-coordinates for the bands

alpha

Confidence level used for band construction

Arguments

x

numeric vector

alpha

size of test; hence confidence level is 1 - alpha