%AND%                   Compute the logical AND of two events
%OR%                    Compute the logical OR of two events
%in%                    Generic method for in operator function
E                       Expected value of a random variable
KURT                    Kurtosis of a random variable
P                       Calculate probabilities of events
Prop                    Proportion of an event observed in a vector of
                        simulated trials
RV                      Make a random variable consisting of possible
                        outcome values and their probabilities or odds
SD                      Standard deviation of a random variable
SKEW                    Skewness of a random variable
SofI                    Sum of independent random variables
SofIID                  Sum of independent identically distributed
                        random variables
V                       Variance of a random variable
as.RV                   Turn a probability vector with possible outcome
                        values in the 'names()' attribute into a random
                        variable:
iid                     Probability mass function of X^n
independent             Tests whether the random variables X and Y are
                        independent
joint                   Joint probability mass function of random
                        variables X and Y
jointRV                 Make a joint random variable consisting
marginal                Marginal distribution of a joint random
                        variable
margins                 Marginal distributions of a joint random
                        variable
outcomes                Outcomes of random variable X
plot.RV                 Plot a random variable of class "RV"
plot.RVsim              Plot a simulated random vector
print.RV                Print a random variable of class "RV"
probs                   Probability mass function of random variable X
props                   Proportions of observed outcomes in one or more
                        vectors of simulated trials
qqnorm.RV               Normal quantile plot for RVs to answer the
                        question how close to normal it is
rsim                    Simulate n independent trials from a random
                        variable X:
skewSim                 Skew of the empirical distribution of simulated
                        data
