[Robast-commits] r58 - pkg/ROptEst/chm

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 21 05:40:02 CET 2008


Author: stamats
Date: 2008-02-21 05:40:01 +0100 (Thu, 21 Feb 2008)
New Revision: 58

Removed:
   pkg/ROptEst/chm/locMEstimator.html
Log:
moved to RobAStBase

Deleted: pkg/ROptEst/chm/locMEstimator.html
===================================================================
--- pkg/ROptEst/chm/locMEstimator.html	2008-02-21 04:39:20 UTC (rev 57)
+++ pkg/ROptEst/chm/locMEstimator.html	2008-02-21 04:40:01 UTC (rev 58)
@@ -1,110 +0,0 @@
-<html><head><title>Generic function for the computation of location M estimators</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" type="text/css" href="Rchm.css">
-</head>
-<body>
-
-<table width="100%"><tr><td>locMEstimator(ROptEst)</td><td align="right">R Documentation</td></tr></table><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
-<param name="keyword" value="R:   locMEstimator">
-<param name="keyword" value="R:   locMEstimator-methods">
-<param name="keyword" value="R:   locMEstimator,numeric,InfluenceCurve-method">
-<param name="keyword" value=" Generic function for the computation of location M estimators">
-</object>
-
-
-<h2>Generic function for the computation of location M estimators</h2>
-
-
-<h3>Description</h3>
-
-<p>
-Generic function for the computation of location M estimators.
-</p>
-
-
-<h3>Usage</h3>
-
-<pre>
-locMEstimator(x, IC, ...)
-
-## S4 method for signature 'numeric, InfluenceCurve':
-locMEstimator(x, IC, eps = .Machine$double.eps^0.5)
-</pre>
-
-
-<h3>Arguments</h3>
-
-<table summary="R argblock">
-<tr valign="top"><td><code>x</code></td>
-<td>
-sample </td></tr>
-<tr valign="top"><td><code>IC</code></td>
-<td>
-object of class <code>"InfluenceCurve"</code> </td></tr>
-<tr valign="top"><td><code>...</code></td>
-<td>
-additional parameters </td></tr>
-<tr valign="top"><td><code>eps</code></td>
-<td>
-the desired accuracy (convergence tolerance). </td></tr>
-</table>
-
-<h3>Value</h3>
-
-<p>
-Returns a list with component
-</p>
-<table summary="R argblock">
-<tr valign="top"><td><code>loc</code></td>
-<td>
-M estimator of location </td></tr>
-</table>
-
-<h3>Methods</h3>
-
-<dl>
-<dt>x = "numeric", IC = "InfluenceCurve"</dt><dd>univariate location. </dd>
-</dl>
-
-<h3>Author(s)</h3>
-
-<p>
-Matthias Kohl <a href="mailto:Matthias.Kohl at stamats.de">Matthias.Kohl at stamats.de</a>
-</p>
-
-
-<h3>References</h3>
-
-<p>
-Huber, P.J. (1964) Robust estimation of a location parameter. 
-Ann. Math. Stat. <B>35</B>: 73&ndash;101.
-</p>
-<p>
-Rieder, H. (1994) <EM>Robust Asymptotic Statistics</EM>. New York: Springer.
-</p>
-<p>
-Kohl, M. (2005) <EM>Numerical Contributions to the Asymptotic Theory of Robustness</EM>. 
-Bayreuth: Dissertation.
-</p>
-
-
-<h3>See Also</h3>
-
-<p>
-<code><a onclick="findlink('RobAStBase', 'InfluenceCurve-class.html')" style="text-decoration: underline; color: blue; cursor: hand">InfluenceCurve-class</a></code>
-</p>
-
-<script Language="JScript">
-function findlink(pkg, fn) {
-var Y, link;
-Y = location.href.lastIndexOf("\\") + 1;
-link = location.href.substring(0, Y);
-link = link + "../../" + pkg + "/chtml/" + pkg + ".chm::/" + fn;
-location.href = link;
-}
-</script>
-
-
-<hr><div align="center">[Package <em>ROptEst</em> version 0.6.0 <a href="00Index.html">Index]</a></div>
-
-</body></html>



More information about the Robast-commits mailing list