[Distr-commits] r889 - branches/distr-2.5/pkg/distrMod/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Feb 17 01:52:18 CET 2013


Author: ruckdeschel
Date: 2013-02-17 01:52:18 +0100 (Sun, 17 Feb 2013)
New Revision: 889

Modified:
   branches/distr-2.5/pkg/distrMod/R/L2ParamFamily.R
Log:
something had not been backported...

Modified: branches/distr-2.5/pkg/distrMod/R/L2ParamFamily.R
===================================================================
--- branches/distr-2.5/pkg/distrMod/R/L2ParamFamily.R	2013-02-17 00:12:50 UTC (rev 888)
+++ branches/distr-2.5/pkg/distrMod/R/L2ParamFamily.R	2013-02-17 00:52:18 UTC (rev 889)
@@ -186,6 +186,8 @@
         if(out){
             cat("precision of Fisher information:\n")
             print(consist)
+            cat("precision of Fisher information - relativ error [%]:\n")
+            print(100*consist/FI)
         }
 
         prec <- max(abs(cent), abs(consist))



More information about the Distr-commits mailing list