mirror of
https://github.com/msberends/AMR.git
synced 2025-12-15 13:50:22 +01:00
(v1.6.0.9021) join functions update
This commit is contained in:
@@ -18,9 +18,9 @@ kurtosis(x, na.rm = FALSE, excess = FALSE)
|
||||
\arguments{
|
||||
\item{x}{a vector of values, a \link{matrix} or a \link{data.frame}}
|
||||
|
||||
\item{na.rm}{a logical to indicate whether \code{NA} values should be stripped before the computation proceeds}
|
||||
\item{na.rm}{a \link{logical} to indicate whether \code{NA} values should be stripped before the computation proceeds}
|
||||
|
||||
\item{excess}{a logical to indicate whether the \emph{excess kurtosis} should be returned, defined as the kurtosis minus 3.}
|
||||
\item{excess}{a \link{logical} to indicate whether the \emph{excess kurtosis} should be returned, defined as the kurtosis minus 3.}
|
||||
}
|
||||
\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.
|
||||
|
||||
Reference in New Issue
Block a user