[Robast-commits] r1298 - branches/robast-1.3/pkg/ROptEst/inst/scripts pkg/ROptEst/inst pkg/ROptEst/inst/scripts

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 7 03:50:34 CET 2024


Author: ruckdeschel
Date: 2024-02-07 03:50:34 +0100 (Wed, 07 Feb 2024)
New Revision: 1298

Modified:
   branches/robast-1.3/pkg/ROptEst/inst/scripts/NormalLocationScaleModel.R
   pkg/ROptEst/inst/NEWS
   pkg/ROptEst/inst/scripts/NormalLocationScaleModel.R
Log:
[ROptEst] updated some timing

Modified: branches/robast-1.3/pkg/ROptEst/inst/scripts/NormalLocationScaleModel.R
===================================================================
--- branches/robast-1.3/pkg/ROptEst/inst/scripts/NormalLocationScaleModel.R	2024-02-07 02:46:32 UTC (rev 1297)
+++ branches/robast-1.3/pkg/ROptEst/inst/scripts/NormalLocationScaleModel.R	2024-02-07 02:50:34 UTC (rev 1298)
@@ -90,7 +90,7 @@
 plot(N0.IC4.i) 
 infoPlot(N0.IC4.i)
 
-## takes extremely long time: (~5000s)
+## takes extremely long time: (~ 390s)
 system.time(N0.IC4.s <- radiusMinimaxIC(L2Fam=N0, neighbor=ContNeighborhood(),
                 risk=asMSE(normtype=SelfNorm()), loRad=0, upRad=Inf))
 print(N0.IC4.s)

Modified: pkg/ROptEst/inst/NEWS
===================================================================
--- pkg/ROptEst/inst/NEWS	2024-02-07 02:46:32 UTC (rev 1297)
+++ pkg/ROptEst/inst/NEWS	2024-02-07 02:50:34 UTC (rev 1298)
@@ -14,15 +14,18 @@
 under the hood
 + fixed some internal .Rd files
 + moved from latin1 to UTF-8 encoding
-+  removed the standardtexts (in comments) in your .Rd-files
-  man/asAnscombe.Rd;  man/asL1.Rd; man/asL4.Rd
++  removed the standardtexts (in comments) in our .Rd-files
 + we have removed all catches to warnings in our code  
++ revised code for lower case solutions
+    (a) in univariate case for asymmetric bias -> in particular minmaxBias()
+    (b) in multivariate case to make use of symmetry 
+
   
 user-visible changes
 + added some more references
 + added dois to references where available
 + added ORCID references for the package authors
-+ changed Description entry in DESCRIPTION -- now taking references as well
++ changed Description entry in DESCRIPTION -- now taking up references as well
    and stating that package ROptEst provides R infrastructure for 
    optimally robust estimation
 + in files getInfGamma.Rd and inputGenerator.Rd we now have a 

Modified: pkg/ROptEst/inst/scripts/NormalLocationScaleModel.R
===================================================================
--- pkg/ROptEst/inst/scripts/NormalLocationScaleModel.R	2024-02-07 02:46:32 UTC (rev 1297)
+++ pkg/ROptEst/inst/scripts/NormalLocationScaleModel.R	2024-02-07 02:50:34 UTC (rev 1298)
@@ -90,7 +90,7 @@
 plot(N0.IC4.i) 
 infoPlot(N0.IC4.i)
 
-## takes extremely long time: (~5000s)
+## takes extremely long time: (~ 390s)
 system.time(N0.IC4.s <- radiusMinimaxIC(L2Fam=N0, neighbor=ContNeighborhood(),
                 risk=asMSE(normtype=SelfNorm()), loRad=0, upRad=Inf))
 print(N0.IC4.s)



More information about the Robast-commits mailing list