ecdfDataReduction: ecdfDataReduction.R

View source: R/ecdfDataReduction.R

ecdfDataReductionR Documentation

ecdfDataReduction.R

Description

Order and reduce x observations before obtaining ecdf. Helps save storage space when saving ecdf function to object and when drawing upon many observations. ecdfDataReduction is called within SeqSGPV.

Usage

ecdfDataReduction(x, n = 200)

Arguments

x

observations

n

desired number of reduced, ordered observations

Value

ecdf after reducing (if applicable) the number of observations


chipmanj/SeqSGPV documentation built on May 1, 2024, 10:38 p.m.