showcdf: Distribution Function Properties

View source: R/showcdf.R

showcdfR Documentation

Distribution Function Properties

Description

Graphic presentation of properties for distribution function

Usage

showcdf(variable = "discrete", prop = NULL)

Arguments

variable

Variabe type. Defaults variable = "discrete". The options are: discrete or "1" and continuous or "2".

prop

Properties for distribution function. See Details.

Details

  • prop = 1: \lim_{x\rightarrow\infty}F_X(x)=1 and \lim_{x\rightarrow -\infty}F_X(x)=0;

  • prop = 2: F_X(x)\leq F_X(y), ~ x\leq y~\forall x,y \in \mathbb{R};

  • prop = 3: \lim_{x_n\downarrow x}F_X(x_n)\downarrow F_X(x).

Examples

library(leem)
# Example 1
showcdf()

leem documentation built on April 3, 2025, 6:04 p.m.

Related to showcdf in leem...