EmpCdf: Empirical univariate cdf

View source: R/EmpCdf.R

EmpCdfR Documentation

Empirical univariate cdf

Description

This function computes the empirical cdf evaluated at all sample points

Usage

EmpCdf(x)

Arguments

x

Observations

Value

Fx

Empirical cdf

Fxm

Left limit of the empirical cdf

Ix

Indicator of atoms

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAWElEQVR42mNgGPTAxsZmJsVqQApgmGw1yApwKcQiT7phRBuCzzCSDSHGMKINIeDNmWQlA2IigKJwIssQkHdINgxfmBBtGDEBS3KCxBc7pMQgMYE5c/AXPwAwSX4lV3pTWwAAAABJRU5ErkJggg==

Examples

data(simgumbel)
out=EmpCdf(simgumbel[,1])



CopulaInference documentation built on April 21, 2023, 9:07 a.m.