showcdf {leem} | R Documentation |
Distribution Function Properties
Description
Graphic presentation of properties for distribution function
Usage
showcdf(variable = "discrete", prop = NULL)
Arguments
variable |
Variabe type. Defaults |
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()
[Package leem version 0.2.0 Index]