[Robast-commits] r999 - branches/robast-1.1/pkg/RobExtremes/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jul 20 14:36:19 CEST 2018
Author: ruckdeschel
Date: 2018-07-20 14:36:19 +0200 (Fri, 20 Jul 2018)
New Revision: 999
Modified:
branches/robast-1.1/pkg/RobExtremes/man/getStartIC-methods.Rd
Log:
[RobExtremes] branch 1.1 Rd file for getStartIC now knows about new getStartIC-methods for ParetoFamily
Modified: branches/robast-1.1/pkg/RobExtremes/man/getStartIC-methods.Rd
===================================================================
--- branches/robast-1.1/pkg/RobExtremes/man/getStartIC-methods.Rd 2018-07-20 12:33:17 UTC (rev 998)
+++ branches/robast-1.1/pkg/RobExtremes/man/getStartIC-methods.Rd 2018-07-20 12:36:19 UTC (rev 999)
@@ -4,6 +4,7 @@
\alias{getStartIC}
\alias{getStartIC,L2ScaleShapeUnion,interpolRisk-method}
\alias{getStartIC,L2LocScaleShapeUnion,interpolRisk-method}
+\alias{getStartIC,ParetoFamily,interpolRisk-method}
\title{Methods for Function getStartIC in Package `RobExtremes' }
@@ -11,7 +12,6 @@
argument \code{ICstart} in \code{kStepEstimator}.}
\usage{getStartIC(model, risk, ...)
-\S4method{getStartIC}{L2ScaleShapeUnion,interpolRisk}(model, risk, ...)
}
\arguments{
@@ -22,10 +22,13 @@
\section{Methods}{\describe{
\item{getStartIC}{\code{signature(model = "L2ScaleShapeUnion", risk = "interpolRisk")}:
computes the optimally robust influence function by interpolation
- on a grid (using helper function \code{.getPsi}).}
-\item{getStartIC}{\code{signature(model = "LocL2ScaleShapeUnion", risk = "interpolRisk")}:
+ on a grid (using internal helper function \code{.getPsi}).}
+\item{getStartIC}{\code{signature(model = "L2LocScaleShapeUnion", risk = "interpolRisk")}:
computes the optimally robust influence function by interpolation
- on a grid (using helper function \code{.getPsi}).}
+ on a grid (using internal helper function \code{.getPsi.wL}).}
+\item{getStartIC}{\code{signature(model = "ParetoFamily", risk = "interpolRisk")}:
+ computes the optimally robust influence function by interpolation
+ on a grid (using internal helper function \code{.getPsi.P}).}
}}
\value{
An IC of type \code{HampIC}.
More information about the Robast-commits
mailing list