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

📄 bcv.html

📁 本程序是基于linux系统下c++代码
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Biased Cross-Validation for Bandwidth Selection</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>

<table width="100%" summary="page for bcv {MASS}"><tr><td>bcv {MASS}</td><td align="right">R Documentation</td></tr></table>
<h2>Biased Cross-Validation for Bandwidth Selection</h2>


<h3>Description</h3>

<p>
Uses biased cross-validation to select the bandwidth of a  Gaussian
kernel density estimator.
</p>


<h3>Usage</h3>

<pre>
bcv(x, nb = 1000, lower, upper)
</pre>


<h3>Arguments</h3>

<table summary="R argblock">
<tr valign="top"><td><code>x</code></td>
<td>
a numeric vector
</td></tr>
<tr valign="top"><td><code>nb</code></td>
<td>
number of bins to use.
</td></tr>
<tr valign="top"><td><code>lower, upper</code></td>
<td>
Range over which to minimize.  The default is almost always satisfactory.
</td></tr>
</table>

<h3>Value</h3>

<p>
a bandwidth</p>

<h3>References</h3>

<p>
Scott, D. W. (1992)
<EM>Multivariate Density Estimation: Theory, Practice, and Visualization.</EM>
Wiley.
</p>
<p>
Venables, W. N. and Ripley, B. D. (2002)
<EM>Modern Applied Statistics with S.</EM> Fourth edition.  Springer.
</p>


<h3>See Also</h3>

<p>
<code><a href="ucv.html">ucv</a></code>, <code><a href="width.SJ.html">width.SJ</a></code>, <code><a href="../../stats/html/density.html">density</a></code>
</p>


<h3>Examples</h3>

<pre>
bcv(geyser$duration)
</pre>



<hr><div align="center">[Package <em>MASS</em> version 7.2-44 <a href="00Index.html">Index]</a></div>

</body></html>

⌨️ 快捷键说明

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