right_tail_cdf: Right-Tail Cumulative Distribution Function

Description Usage Arguments Examples

View source: R/SkeweDF_functions.R

Description

This function generates a vector of the right-tail cumulative distribution function of a given vector of values.

Usage

1

Arguments

x

Length of vector to be generated.

Examples

1
2
x <- c(1,2,3,4,5)
right_tail_cdf(x)

SkeweDF documentation built on Jan. 16, 2021, 5:38 p.m.