[Robast-commits] r1024 - branches/robast-1.1/pkg/RobExtremes/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 22 20:13:19 CEST 2018


Author: ruckdeschel
Date: 2018-07-22 20:13:19 +0200 (Sun, 22 Jul 2018)
New Revision: 1024

Modified:
   branches/robast-1.1/pkg/RobExtremes/man/internal-interpolate.Rd
Log:
[RobExtemes] branch 1.1 argh yet some typo ...

Modified: branches/robast-1.1/pkg/RobExtremes/man/internal-interpolate.Rd
===================================================================
--- branches/robast-1.1/pkg/RobExtremes/man/internal-interpolate.Rd	2018-07-22 17:42:51 UTC (rev 1023)
+++ branches/robast-1.1/pkg/RobExtremes/man/internal-interpolate.Rd	2018-07-22 18:13:19 UTC (rev 1024)
@@ -19,8 +19,11 @@
 to be stored in the respective \file{sysdata.rda} file. }
 
 \usage{
-.getPsi(param, fct, L2Fam , type)
+.getPsi(param, fct, L2Fam , type, withMakeIC)
+.getPsi.wL(param, fct, L2Fam , type, withMakeIC)
+.getPsi.P(xi, L2Fam , type, withMakeIC)
 
+
 .is.na.Psi(param, fct, nam = "shape")
 
 .modify.xi.PFam.call(xi, PFam)
@@ -99,11 +102,18 @@
   \item{namFzus}{character; infix for the name of the \file{.csv}-File
                  to which the results are written; used to split the
                  work on xi-grids into chunks.}
+  \item{withMakeIC}{logical; if \code{TRUE} the [p]IC is passed through
+        \code{makeIC} before return.}
 }
 \details{
    \code{.getpsi} reads the respective interpolating function
     from an object from \file{sysdata.rda} and generates a respective
    \code{HampelIC} object by a call to  \code{generateIC}.
+   \code{.getpsi.wL} does the same thing for the 3-dim model
+    \code{GEVFamilyMuUnknown}.
+   Last, due to scale equivariance, or the \code{ParetoFamliy}, \code{.getpsi.P}
+   reads the LM's for the reference parameter and then generates
+   the  respective \code{HampelIC} object by a call to  \code{generateIC}.
 
    \code{.is.na.Psi} checks whether the shape parameter already lies
    beyond the range for which inter-/extrapolation is admitted



More information about the Robast-commits mailing list