EstODC: A TestUSO Function

Description Usage Arguments Value Examples

Description

This function allows you to compute the empirical ODC.

Usage

1
EstODC(X, Y, graph = FALSE)

Arguments

X

a vector of the sample of size m from the distribution F

Y

a vector of the sample of size n from the distribution G

graph

plot the empirical ODC or not? Default=FALSE

Value

The value of empirical ODC at points 0, 1/n, 2/n, ..., (n-1)/n,1

Examples

1
2
X=rnorm(30,0,1);Y=rnorm(40,1,1);
EstODC(X,Y,graph=TRUE)

Harrindy/TestUSO documentation built on June 3, 2019, 1:11 a.m.