[Robast-commits] r220 - pkg/ROptRegTS/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Nov 28 08:25:40 CET 2008
Author: stamats
Date: 2008-11-28 08:25:39 +0100 (Fri, 28 Nov 2008)
New Revision: 220
Modified:
pkg/ROptRegTS/man/getInfGammaRegTS.Rd
pkg/ROptRegTS/man/getInfStandRegTS.Rd
Log:
some minor corrections ...
Modified: pkg/ROptRegTS/man/getInfGammaRegTS.Rd
===================================================================
--- pkg/ROptRegTS/man/getInfGammaRegTS.Rd 2008-11-27 13:32:00 UTC (rev 219)
+++ pkg/ROptRegTS/man/getInfGammaRegTS.Rd 2008-11-28 07:25:39 UTC (rev 220)
@@ -58,10 +58,10 @@
Regressor, risk, neighbor, cent, clip)
\S4method{getInfGammaRegTS}{UnivariateDistribution,numeric,asUnOvShoot,CondContNeighborhood}(ErrorL2deriv,
- Regressor, risk, neighbor, cent, clip)
+ Regressor, risk, neighbor, clip)
\S4method{getInfGammaRegTS}{UnivariateDistribution,numeric,asUnOvShoot,CondTotalVarNeighborhood}(ErrorL2deriv,
- Regressor, risk, neighbor, cent, clip)
+ Regressor, risk, neighbor, clip)
}
\arguments{
\item{ErrorL2deriv}{ L2-derivative of \code{ErrorDistr}. }
Modified: pkg/ROptRegTS/man/getInfStandRegTS.Rd
===================================================================
--- pkg/ROptRegTS/man/getInfStandRegTS.Rd 2008-11-27 13:32:00 UTC (rev 219)
+++ pkg/ROptRegTS/man/getInfStandRegTS.Rd 2008-11-28 07:25:39 UTC (rev 220)
@@ -50,16 +50,17 @@
Regressor, neighbor, z.comp, clip, cent, stand, trafo)
\S4method{getInfStandRegTS}{RealRandVariable,Distribution,ContNeighborhood}(ErrorL2deriv,
- Regressor, neighbor, A.comp, clip, cent, stand, trafo)
+ Regressor, neighbor, ErrorDistr, A.comp, clip, cent, stand, trafo)
\S4method{getInfStandRegTS}{RealRandVariable,Distribution,Av1CondContNeighborhood}(ErrorL2deriv,
- Regressor, neighbor, A.comp, clip, cent, stand, trafo)
+ Regressor, neighbor, ErrorDistr, A.comp, clip, cent, stand, trafo)
}
\arguments{
\item{ErrorL2deriv}{ L2-derivative of \code{ErrorDistr}. }
\item{Regressor}{ regressor. }
\item{neighbor}{ object of class \code{"Neighborhood"}. }
\item{\dots}{ additional parameters. }
+ \item{ErrorDistr}{ error distribution. }
\item{clip}{ optimal clipping bound/function. }
\item{cent}{ optimal centering constant/function. }
\item{stand}{ standardizing matrix. }
More information about the Robast-commits
mailing list