EmpCdf {CopulaInference}R 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])



[Package CopulaInference version 0.5.0 Index]