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/sgpvAM documentation built on May 5, 2024, 11:21 a.m.