⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skewness.rd

📁 支持向量机完整版(SVM)可以用来进行设别训练
💻 RD
字号:
\name{skewness}\alias{skewness}\title{Skewness}\description{  Computes the skewness.}\usage{skewness(x, na.rm=FALSE)}\arguments{  \item{x}{a numeric vector containing the values whose skewness is to    be computed.}  \item{na.rm}{a logical value indicating whether \code{NA} values    should be stripped before the computation proceeds.}}\details{  If \eqn{N = \mathrm{length}(x)}{N = length(x)}, then the skewness of  \eqn{x} is defined as   \deqn{N^{-1} \mathrm{sd}(x)^{-3} \sum_i (x_i - \mathrm{mean}(x))^3.}{    N^(-1) sd(x)^(-3) sum_i (x_i - mean(x))^3.}}\value{  The skewness of \code{x}.}\examples{x <- rnorm(100)skewness(x)}\keyword{univar}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -