showcdf | R Documentation |
Graphic presentation of properties for distribution function
showcdf(variable = "discrete", prop = NULL)
variable |
Variabe type. Defaults |
prop |
Properties for distribution function. See 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)
.
library(leem)
# Example 1
showcdf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.