[Robast-commits] r570 - in branches/robast-0.9/pkg/RobExtremes: R inst/AddMaterial/interpolation
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 27 16:42:17 CET 2013
Author: ruckdeschel
Date: 2013-01-27 16:42:16 +0100 (Sun, 27 Jan 2013)
New Revision: 570
Modified:
branches/robast-0.9/pkg/RobExtremes/R/GEVFamily.R
branches/robast-0.9/pkg/RobExtremes/inst/AddMaterial/interpolation/WriteUp-Interpolators.txt
Log:
RobExtremes: minimal (non-code) polishing
Modified: branches/robast-0.9/pkg/RobExtremes/R/GEVFamily.R
===================================================================
--- branches/robast-0.9/pkg/RobExtremes/R/GEVFamily.R 2013-01-27 02:47:07 UTC (rev 569)
+++ branches/robast-0.9/pkg/RobExtremes/R/GEVFamily.R 2013-01-27 15:42:16 UTC (rev 570)
@@ -361,7 +361,7 @@
return(L2Fam)
}
-#ddigamma(t,s) is d/ds \int_t^\infty exp(-x) (-log(x)) x^(-s) dx
+#ddigamma(t,s) is d/ds \int_t^\infty exp(-x) x^(-s) dx
ddigamma <- function(t,s){
int <- function(x) exp(-x)*(-log(x))*x^(-s)
Modified: branches/robast-0.9/pkg/RobExtremes/inst/AddMaterial/interpolation/WriteUp-Interpolators.txt
===================================================================
--- branches/robast-0.9/pkg/RobExtremes/inst/AddMaterial/interpolation/WriteUp-Interpolators.txt 2013-01-27 02:47:07 UTC (rev 569)
+++ branches/robast-0.9/pkg/RobExtremes/inst/AddMaterial/interpolation/WriteUp-Interpolators.txt 2013-01-27 15:42:16 UTC (rev 570)
@@ -90,7 +90,8 @@
Hence, now there is infrastructure / functions in RobExtremes, i.e. functions
getShapeGrid, getSnGrid, .getLMGrid, .svInt, .saveInterpGrid, .MakeGridList,
-.recomputeInterpolators, .renameGridName, .copyGrid, and .mergeF (see ?.mergeF),
+.recomputeInterpolators, .renameGridName, .copyGrid, and .mergeF
+(for documentation to most of them see ?.mergeF),
which allow manipulation of the grids _within_ the package namespace.
In particular, to generate I-fct, .MakeGridList calls R base function
@@ -124,7 +125,7 @@
9. Exports
As this is functionality which should not bother the standard user of
-Robextremes, most of the infrastructure in 8. is not exported. OTOH,
+RobExtremes, most of the infrastructure in 8. is not exported. OTOH,
these functions could be of interest to the user wanting to generate
new interpolators for new scale shape families or, say simply for the
95% VaR, each function remains in the R folder of the pkgs and is
@@ -138,7 +139,7 @@
To be able to reproduce all operations which I used to generate the
contents of sysdata.rda, I provide scripts interpolationscripts.R and
interpolationsmanipulations.R (not quite executable scripts, rather
-to be used line-wise for copy&paste) im pkg subfolder
+to be used line-wise for copy&paste) in pkg subfolder
\inst\AddMaterial\interpolation ; hence they are available after
pkg installation in the library as Robextremes\AddMaterial\interpolation
More information about the Robast-commits
mailing list