ecdf_cpp: Empirical cdf

Description Usage Arguments Value Author(s)

View source: R/RcppExports.R

Description

This function estimates an empirical cdf using the reference parameter and then evaluates the estimated empirical cdf at the points specified in the sample parameter.

Usage

1
ecdf_cpp(reference, sample)

Arguments

reference

NumericVector containing reference points to which to fit empirical cdf

sample

NumericVector containing points at which to evaluate empirical cdf

Value

NumericVector of estimated quantiles of sample values

Author(s)

Tom Willis


twillis209/pidProjCode documentation built on Nov. 7, 2021, 3:01 p.m.