kurtosis | R Documentation |
This function computes the kurtosis of a given data set. It was written for internal computations.
kurtosis(.invariant, .method = c("excess", "moment", "fisher"), .na_rm = FALSE)
.invariant |
An univariate or multivariate time series. |
.method |
A |
.na_rm |
A |
The method can be either "moment"
, "fisher"
, or "excess"
.
A tidy tibble
with 2 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.