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

📄 binning.rd

📁 r软件 另一款可以计算核估计的软件包 需安装r软件
💻 RD
字号:
\name{binning}\alias{binning}\title{Linear binning for multivariate data}\description{  Linear binning for 1- to 4-dimensional data.}\usage{binning(x, H, h, bgridsize, xmin, xmax, supp=3.7)}\arguments{  \item{x}{matrix of data values}  \item{H}{bandwidth matrix}  \item{h}{scalar bandwidth}  \item{xmin}{vector of minimum values for grid}  \item{xmax}{vector of maximum values for grid}  \item{supp}{effective support for standard normal is [\code{-supp, supp}]}  \item{bgridsize}{vector of binning grid sizes}}  \value{  Returns a list with 2 fields  \item{counts}{linear binning counts}  \item{eval.points}{vector (d=1) or list (d>2) of grid points in each	dimension }}\details{  Code is used courtesy of Matt Wand. Default \code{bgridsize} are  d=1: 401; d=2: rep(151, 2); d=3: rep(51, 3); d=4: rep(21,4). }\references{ Wand, M.P. \& Jones, M.C. (1995) \emph{Kernel Smoothing}.  Chapman \& Hall. London. } \examples{data(unicef)ubinned <- binning(x=unicef)ubinned <- binning(x=unicef, xmin=c(0, 20), xmax=c(350, 100))}\keyword{smooth}

⌨️ 快捷键说明

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