[Distr-commits] r313 - in pkg/distrMod: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Oct 23 17:09:41 CEST 2008


Author: stamats
Date: 2008-10-23 17:09:41 +0200 (Thu, 23 Oct 2008)
New Revision: 313

Modified:
   pkg/distrMod/DESCRIPTION
   pkg/distrMod/R/SimpleL2ParamFamilies.R
Log:
corrected small bug in GumbelLocationFamily ...

Modified: pkg/distrMod/DESCRIPTION
===================================================================
--- pkg/distrMod/DESCRIPTION	2008-10-23 14:22:19 UTC (rev 312)
+++ pkg/distrMod/DESCRIPTION	2008-10-23 15:09:41 UTC (rev 313)
@@ -1,6 +1,6 @@
 Package: distrMod
 Version: 2.0.2
-Date: 2008-10-14
+Date: 2008-10-23
 Title: Object orientated implementation of probability models
 Description: Object orientated implementation of probability models
         based on packages 'distr' and 'distrEx'

Modified: pkg/distrMod/R/SimpleL2ParamFamilies.R
===================================================================
--- pkg/distrMod/R/SimpleL2ParamFamilies.R	2008-10-23 14:22:19 UTC (rev 312)
+++ pkg/distrMod/R/SimpleL2ParamFamilies.R	2008-10-23 15:09:41 UTC (rev 313)
@@ -389,6 +389,7 @@
                                  list(sd = scale))
     res <- L2LocationFamily(loc = loc,  
                      name = "Gumbel location family", 
+                     locname = c("loc"="loc"),
                      centraldistribution = Gumbel(loc = 0, scale = scale),
                      modParam = modParam,
                      LogDeriv = function(x) (1 - exp(-x/scale))/scale,



More information about the Distr-commits mailing list