kurtosis(): number
Computes the kurtosis of a dataset.
Kurtosis measures the "tailedness" of a probability distribution. A higher kurtosis indicates heavier tails, while a lower kurtosis suggests lighter tails. Default is the sample kurtosis (excess kurtosis relative to normal distribution).
x: array
Input array or matrix
Bias correction flag (0 for bias correction, 1 for simple calculation). Default is 1
kurtosis(): array
Computes the kurtosis of a dataset.
Kurtosis measures the "tailedness" of a probability distribution. A higher kurtosis indicates heavier tails, while a lower kurtosis suggests lighter tails. Default is the sample kurtosis (excess kurtosis relative to normal distribution).
x: matrix
Input array or matrix
Bias correction flag (0 for bias correction, 1 for simple calculation). Default is 1
Computed kurtosis values