mirror of
https://github.com/msberends/AMR.git
synced 2025-09-06 04:09:39 +02:00
(v2.1.1.9233) chore: make all argument texts full sentences
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
#' Kurtosis of the Sample
|
||||
#'
|
||||
#' @description Kurtosis is a measure of the "tailedness" of the probability distribution of a real-valued random variable. A normal distribution has a kurtosis of 3 and a excess kurtosis of 0.
|
||||
#' @param x A vector of values, a [matrix] or a [data.frame]
|
||||
#' @param na.rm A [logical] to indicate whether `NA` values should be stripped before the computation proceeds
|
||||
#' @param x A vector of values, a [matrix] or a [data.frame].
|
||||
#' @param na.rm A [logical] to indicate whether `NA` values should be stripped before the computation proceeds.
|
||||
#' @param excess A [logical] to indicate whether the *excess kurtosis* should be returned, defined as the kurtosis minus 3.
|
||||
#' @seealso [skewness()]
|
||||
#' @rdname kurtosis
|
||||
|
Reference in New Issue
Block a user