[Robast-commits] r181 - pkg/ROptEst/inst/scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 24 09:01:38 CEST 2008
Author: stamats
Date: 2008-10-24 09:01:38 +0200 (Fri, 24 Oct 2008)
New Revision: 181
Modified:
pkg/ROptEst/inst/scripts/GammaModel.R
Log:
minor modifications, seems to work properly ...
Modified: pkg/ROptEst/inst/scripts/GammaModel.R
===================================================================
--- pkg/ROptEst/inst/scripts/GammaModel.R 2008-10-24 04:53:05 UTC (rev 180)
+++ pkg/ROptEst/inst/scripts/GammaModel.R 2008-10-24 07:01:38 UTC (rev 181)
@@ -85,7 +85,10 @@
## It's simpler to use function roptest!
(est3 <- roptest(x, eps = 0.5/sqrt(length(x)), L2Fam = GammaFamily()))
+(est4 <- roptest(x, eps = 0.5/sqrt(length(x)), L2Fam = GammaFamily(), steps = 3))
## comparison
estimate(est1)
estimate(est3)
+estimate(est2)
+estimate(est4)
More information about the Robast-commits
mailing list