Learn R Programming

SeqNet (version 1.1.3)

ecdf_cpp: C++ implementation of empirical CDF

Description

Constructs the empirical CDF, F, for a set of observations, x, and returns F(x).

Usage

ecdf_cpp(x)

Arguments

x

The observation to construct the empirical CDF from.

Value

Returns the values for F(x).