Descriptive statistics and computation#
Descriptive statistics#
Aggregates the data in the columns of a matrix based upon a column containing group ids with a choice of method. |
|
Computes descriptive statistics of a dataset, dataframe, or matrix. |
|
Generate frequency table. |
|
Computes the Jarque-Bera goodness-of-fit test |
|
Computes the sample kurtosis. |
|
Computes maximum value of each column of a matrix. |
|
Computes mean value of each column of a matrix. |
|
Computes medians of the columns of a matrix. |
|
Computes minimum value of each column of a matrix. |
|
Computes mode of each column of a matrix. |
|
Computes quantiles from each column in a matrix, given specified probabilities. |
|
../skew |
Computes the sample skew. |
Computes the sample standard deviation of the elements in each column of a matrix. |
|
Computes and returns two-way tables of frequencies. |
|
Computes an unbiased estimate of a variance-covariance matrix from a matrix \(x\) or a moment matrix, \(x'x\). |
Computation#
Computes the cumulative products of the columns of a matrix. |
|
Computes the cumulative sums of the columns of a matrix. |
|
Computes the products of all elements in each column of a matrix. |
|
Computes the products of all elements in each row of a matrix. |
|
Computes the sum of each column of a matrix or the sum across the second-fastest moving dimension of an L-dimensional array. |
|
Computes the sum of each row of a matrix or the sum of the fastest moving dimension of an L-dimensional array. |