Login
This is a place holder for potential sponsor logos.
uniform (discrete) random variable
$X$ is a uniform (discrete) random variable with parameter $N$ if
$f_X(x) = \frac{1}{N}$ , $x=\{1,2,...,N\}$
Parameters:
- $\star$
- $N \in \{1,2,...\}$
Syntax:
$X\sim U\{N\}$
Notes:
- $X$ represents the experiment in which all N outcomes are equally likely to ocurr.
- $E[X] = \frac{N+1}{2}$
- $Var[X] = \frac{N^2-1}{12}$
- $M_X(t) = \sum_{j=1}^{N}{\frac{1}{N} e^{jt}}$
uniform (discrete) random variable is owned by Jose Alberto Bonilla Vera.
None.
