[Robast-commits] r562 - branches/robast-0.9/pkg/RobExtremes/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jan 25 15:14:57 CET 2013
Author: ruckdeschel
Date: 2013-01-25 15:14:56 +0100 (Fri, 25 Jan 2013)
New Revision: 562
Modified:
branches/robast-0.9/pkg/RobExtremes/R/GEVFamily.R
Log:
RobExtremes: found reason why GEV caused problems in finding optIC s for interpoloation:
L2Fam call called GEV instead of GEVFamily ...
Modified: branches/robast-0.9/pkg/RobExtremes/R/GEVFamily.R
===================================================================
--- branches/robast-0.9/pkg/RobExtremes/R/GEVFamily.R 2013-01-25 13:56:29 UTC (rev 561)
+++ branches/robast-0.9/pkg/RobExtremes/R/GEVFamily.R 2013-01-25 14:14:56 UTC (rev 562)
@@ -340,7 +340,7 @@
L2deriv <- EuclRandVarList(RealRandVariable(L2deriv.fct(param),
Domain = Reals()))
- L2Fam at fam.call <- substitute(GEV(loc = loc0, scale = scale0,
+ L2Fam at fam.call <- substitute(GEVFamily(loc = loc0, scale = scale0,
shape = shape0, of.interest = of.interest0,
p = p0, N = N0, trafo = trafo0,
withPos = withPos0),
More information about the Robast-commits
mailing list