Statistics and Random Number Generation

Functions

Statistics

Univariate summary statistics simpleStatistics

One-way frequency table tableOneway

Chi-squared one-sample goodness-of-fit test chiSquaredTest

Correlation covariances

Multiple linear regression regression

Polynomial regression polyRegression

Numerical ranking ranks

Random Numbers

Retrieves the current value of the seed randomSeedGet

Initialize a random seed randomSeedSet

Selects the uniform (0, 1) generator randomOption

Generates pseudorandom numbers randomUniform

Generates pseudorandom normal numbers randomNormal

Generates pseudorandom Poisson numbers randomPoisson

Generates pseudorandom gamma numbers randomGamma

Generates pseudorandom beta randomBeta

Generates pseudorandomstandard exponential randomExponential

Low-discrepancy sequence

Generates a shuffled Faure sequence faureNextPoint