ecdf_cpp {SeqNet}R Documentation

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).


[Package SeqNet version 1.1.3 Index]