<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
  <title>R-Forge Project: RobASt - Robust Asymptotic Statistics -  News</title>
  <link>https://r-forge.r-project.org/news/?group_id=132</link>
  <description>R-Forge Project News of RobASt - Robust Asymptotic Statistics</description>
  <language>en-us</language>
  <copyright>Copyright 2026 R-Forge</copyright>
  <webMaster>ruckdeschel@users.r-forge.r-project.org (Peter Ruckdeschel)</webMaster>
  <lastBuildDate>Mon, 04 May 2026 13:41:22 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>R-Forge RSS generator</generator>
  <item>
   <title>RobASt release 1.1</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4529</link>
   <description>Updates for the packages of the RobASt family are now avaialable on CRAN in &lt;br /&gt;
version &amp;gt;= 1.1.0&lt;br /&gt;
&lt;br /&gt;
Most importantly, we have (finally) released on CRAN a (long announced) new &lt;br /&gt;
package &lt;br /&gt;
&lt;br /&gt;
                       &amp;quot;RobExtremes&amp;quot; &lt;br /&gt;
&lt;br /&gt;
in the RobASt family of packages. &lt;br /&gt;
&lt;br /&gt;
+ It provides (speeded up) optimally-robust estimators [MBRE, OMSE, RMXE]&lt;br /&gt;
  for Generalized Extreme Value [GEV] distributions, Generalized Pareto &lt;br /&gt;
  distributions [GPD], Pareto distributions, &lt;br /&gt;
+ As other examples of L2 differentiable Scale-shape families, it also&lt;br /&gt;
  provides these (speeded up) estimators for Weibull and Gamma &lt;br /&gt;
  distributions. &lt;br /&gt;
+ It has robust (high-breakdown) starting estimators for &lt;br /&gt;
  - GPD (PickandsEstimator, medkMAD, medSn, medQn)&lt;br /&gt;
  - GEV (PickandsEstimator)&lt;br /&gt;
  - Pareto (Cramér-von-Mises-Minimum-Distance-Estimator)&lt;br /&gt;
  - Weibull (the quantile based estimator of Boudt/Caliskan/Croux)&lt;br /&gt;
+ For all these families, of course, MLEs and Minimum-Distance-Estimators&lt;br /&gt;
  are also available through package distrMod&lt;br /&gt;
+ We bridge to the diagnostics provided by package ismev, i.e. our&lt;br /&gt;
  return objects can be plugged into the diagnostics of this package&lt;br /&gt;
+ We have the usual diagnostic plots from package RobAStBase, i.e.&lt;br /&gt;
  - Outylingness plots &lt;br /&gt;
  - IC plots&lt;br /&gt;
  - Information plots  &lt;br /&gt;
  - compareIC plots&lt;br /&gt;
  - Cniperpoint plots (from ROptEst)&lt;br /&gt;
  but also (adopted from package distrMod)&lt;br /&gt;
  - qqplots (with confidence bands)&lt;br /&gt;
  - returnlevel plots&lt;br /&gt;
+ As a starting point you may look at the included script&lt;br /&gt;
  &amp;quot;RobFitsAtRealData.R&amp;quot; in the scripts folder of the package,&lt;br /&gt;
  accessible by &lt;br /&gt;
    file.path(system.file(package=&amp;quot;RobExtremes&amp;quot;),&lt;br /&gt;
             &amp;quot;scripts/RobFitsAtRealData.R&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
This is joint work with Nataliya Horbenko (whose PhD thesis went into this &lt;br /&gt;
package to a large extent), nataliya.horbenko@gmail.de, with contributions &lt;br /&gt;
by Dasha Pupashenko, Misha Pupashenko, Gerald Kroisandt, Eugen Massini, &lt;br /&gt;
Sascha Desmettre and Bernhard Spangl in the framework of project &lt;br /&gt;
&amp;quot;Robust Risk Estimation&amp;quot; (2011-2016) funded by Volkswagen foundation &lt;br /&gt;
(and gratefully ackknowledged). Thanks also goes to the maintainers of CRAN,&lt;br /&gt;
in particully to Uwe Ligges who greatly helped us with finding an appropriate&lt;br /&gt;
way to store the database of interpolating functions which allow the speed up&lt;br /&gt;
-- this is now package RobAStRDA on CRAN. &lt;br /&gt;
&lt;br /&gt;
References&lt;br /&gt;
N. Horbenko, P. Ruckdeschel, T. Bae (2011): Robust Estimation of Operational &lt;br /&gt;
Risk. Journal of Operational Risk 6(2), 3-30. &lt;br /&gt;
Ruckdeschel, P. and Horbenko, N. (2011): Optimally-Robust Estimators in &lt;br /&gt;
Generalized Pareto Models. Statistics. 47(4), 762–791.&lt;br /&gt;
Ruckdeschel, P. and Horbenko, N. (2012): Yet another breakdown point notion: &lt;br /&gt;
EFSBP –illustrated at scale-shape models. Metrika, 75(8), 1025–1047. &lt;br /&gt;
&lt;br /&gt;
=================================================================================			 &lt;br /&gt;
In the other packages of the RobASt family of pkgs, the most important changes are:&lt;br /&gt;
&lt;br /&gt;
As in distr 2.7, wherever possible we now use q.l internally instead of q to &lt;br /&gt;
      provide functionality in IRKernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RobAStBase:&lt;br /&gt;
- we enhanced our diagnostic plots:&lt;br /&gt;
  + all diagnostics (including qqplot and returnlevelplot) have adopted the same &lt;br /&gt;
    argument naming (and selection paradigm) &lt;br /&gt;
      the suffix is .lbs instead of .lbl, &lt;br /&gt;
	  the attributes of shown points have ending .pts&lt;br /&gt;
	  the observations are classed into three groups:&lt;br /&gt;
	  - the labelled observations selected through which.lbs and which.Order&lt;br /&gt;
	  - the shown non labelled observations (which are not in the previous set)&lt;br /&gt;
	    selected by which.nonlbs&lt;br /&gt;
	  - the non-shown observations (the remaining ones not contained in the former 2 grps)&lt;br /&gt;
	-&amp;gt; point attributes may either refer to prior selection or to post-selection in&lt;br /&gt;
       which case we have .npts variants	&lt;br /&gt;
  + wherever possible arguments are vectorized to allow point - individual attributes&lt;br /&gt;
  + plot methods now return an S3 object of class \code{c(&amp;quot;plotInfo&amp;quot;,&amp;quot;DiagnInfo&amp;quot;)}, &lt;br /&gt;
    i.e., a list containing the information needed to produce the respective plot, &lt;br /&gt;
	which at a later stage could be used by different graphic engines (like, e.g. &lt;br /&gt;
    \code{ggplot}) to produce the plot in a different framework. &lt;br /&gt;
  + new methods for returnlevelplot for RobModel, InfRobModel, kStepEstimate (as qqplot) &lt;br /&gt;
ROptEst:&lt;br /&gt;
  + new wrapper functions RMXEstimator, OBREstimator, MBREstimator, OMSEstimator&lt;br /&gt;
  + several tweaks to speed up things:&lt;br /&gt;
     - optIC gains argument withMakeIC&lt;br /&gt;
     - roptest gains argument withMakeIC&lt;br /&gt;
     - getStartIC-methods gain argument withMakeIC&lt;br /&gt;
     - getRiskIC and getBiasIC gain argument withCheck &lt;br /&gt;
RobAStRDA:&lt;br /&gt;
  + the Lagrange multiplier interpolaters allowing for speed up in our opt-robust&lt;br /&gt;
    estimators have been re-built as the current .rda file was corrupted&lt;br /&gt;
	&lt;br /&gt;
For details please see the NEWS files in the packages, available as&lt;br /&gt;
NEWS(&amp;quot;&amp;lt;pkgname&amp;gt;&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Best regards from the main developpers &amp;amp; maintainers, &lt;br /&gt;
Peter Ruckdeschel (peter.ruckdeschel@uni-oldenburg.de) &amp;amp;&lt;br /&gt;
Matthias Kohl (matthias.kohl@stamats.de)&lt;br /&gt;
</description>
   <author>ruckdeschel@users.r-forge.r-project.org (Peter Ruckdeschel)</author>
   <pubDate>Mon, 20 Aug 2018 07:26:01 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4529</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4529</comments>
  </item>
  <item>
   <title>Version 0.8 of RobASt-family of  packages on CRAN soon</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=3190</link>
   <description>New versions 0.8 of our RobASt-family of packages are now available on CRAN.&lt;br /&gt;
[we have just uploaded them to CRAN]&lt;br /&gt;
&lt;br /&gt;
Most importantly, we have included:&lt;br /&gt;
&lt;br /&gt;
+ a quasi-MC trick by Nataliya Horbenko to better produce&lt;br /&gt;
  random variables under complicated not necessarily&lt;br /&gt;
  monotone transformations&lt;br /&gt;
&lt;br /&gt;
+ enhanced functions&lt;br /&gt;
   infoPlot, (plots relative information used for coordinates&lt;br /&gt;
              of a parameter estimator)&lt;br /&gt;
   ddPlot, (distance-distance plot)&lt;br /&gt;
   cniperPointPlot, (cniper concept for seemingly harmless&lt;br /&gt;
            contamination behavior)&lt;br /&gt;
   qqplot (now gets outlier corrected versions)&lt;br /&gt;
&lt;br /&gt;
+ new risks: asAnscombe, asL1, asL4&lt;br /&gt;
  for asymptotic L1 L4 risk, and optimal bias robust estimator,&lt;br /&gt;
   to given efficiency loss in ideal model&lt;br /&gt;
&lt;br /&gt;
+ new helper methods makeIC&lt;br /&gt;
  to apply to functions or list of functions&lt;br /&gt;
  for easily producing (suboptimal) ICs&lt;br /&gt;
&lt;br /&gt;
+ new function getReq for two ICs IC1 and IC2&lt;br /&gt;
  to compute a radius interval where IC1 is better&lt;br /&gt;
  than IC2 acc. to G-Risk&lt;br /&gt;
&lt;br /&gt;
+ new function getMaxIneff() to compute,&lt;br /&gt;
  for any IC of class 'IC', the maximal inefficiency&lt;br /&gt;
  for radius r varying in [0,Inf)&lt;br /&gt;
&lt;br /&gt;
+ as well as several bug fixes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more details see the corresponding NEWS files&lt;br /&gt;
(e.g. news(package = &quot;RobAStBase&quot;)&lt;br /&gt;
or using function NEWS from package startupmsg&lt;br /&gt;
i.e. NEWS(&quot;RobAStBase&quot;)).&lt;br /&gt;
&lt;br /&gt;
Best&lt;br /&gt;
Peter&lt;br /&gt;
Matthias&lt;br /&gt;
Nataliya&lt;br /&gt;
</description>
   <author>ruckdeschel@users.r-forge.r-project.org (Peter Ruckdeschel)</author>
   <pubDate>Thu, 20 Jan 2011 09:53:50 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=3190</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=3190</comments>
  </item>
  <item>
   <title>version 0.7 of robast-family on CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1952</link>
   <description>We recently submitted version 0.7 of our robast-family of packages to CRAN where the new package RobLoxBioC, which provides robust methods for preprocessing omics-data, was added.&lt;br /&gt;
Peter&lt;br /&gt;
Matthias</description>
   <author>stamats@users.r-forge.r-project.org (Matthias Kohl)</author>
   <pubDate>Sat, 07 Nov 2009 13:23:37 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=1952</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=1952</comments>
  </item>
  <item>
   <title>New package RobLoxBioC in project RobASt</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1358</link>
   <description>there is a new package called RobLoxBioC in project RobASt which can be used for preprocessing Affymetrix and Illumina gene expression data.</description>
   <author>stamats@users.r-forge.r-project.org (Matthias Kohl)</author>
   <pubDate>Sun, 26 Apr 2009 16:18:57 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=1358</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=1358</comments>
  </item>
  <item>
   <title>New versions of RobASt-packages on CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=811</link>
   <description>-----------------------------------------------------------------------------------------&lt;br /&gt;
Packages for the computation of optimally robust estimators&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
We would like to announce the availability on CRAN (with possibly a&lt;br /&gt;
minor delay until on every mirror) of new versions of our packages for&lt;br /&gt;
the computation of optimally robust estimators; i.e., &amp;quot;RandVar&amp;quot;,&lt;br /&gt;
&amp;quot;ROptEst&amp;quot;, &amp;quot;RobLox&amp;quot; as well as a new package &amp;quot;RobAStBase&amp;quot; (not yet:&lt;br /&gt;
ROptRegTS and RobRex).&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
Devel versions on R-forge&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
The development of these packages is under r-forge project RobASt&lt;br /&gt;
(Robust Asymptotic Statistics):&lt;br /&gt;
&lt;br /&gt;
http://r-forge.r-project.org/projects/robast/&lt;br /&gt;
http://robast.r-forge.r-project.org/&lt;br /&gt;
&lt;br /&gt;
If you find this project interesting and would like to collaborate, you&lt;br /&gt;
are warmly welcome.&lt;br /&gt;
&lt;br /&gt;
We look forward to receiving questions, comments and suggestions.&lt;br /&gt;
&lt;br /&gt;
Matthias Kohl&lt;br /&gt;
Peter Ruckdeschel&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
RandVar - Implementation of random variables (version 0.6.3)&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
The package RandVar which includes an S4 implementation of random&lt;br /&gt;
variables together with the packages distr, distrEx and distrMod form&lt;br /&gt;
the basis of our packages on robust statistics.&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
RobAStBase - Robust Asymptotic Statistics (version 0.1.0)&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
This is a new package including some necessary S4 class infrastructure&lt;br /&gt;
like neighborhoods, influence curves and robust models.&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
ROptEst - Optimally robust estimation (version 0.6.0)&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
This is the main package for the optimally robust estimation in smoothly&lt;br /&gt;
(L2-differentiable) parametric models [optimal in the sense of the&lt;br /&gt;
shrinking neighborhood setup]. By using S4 classes and methods&lt;br /&gt;
the implementation so far covers the optimally robust estimation for&lt;br /&gt;
all(!) smoothly (L2-differentiable/differentiable in quadratic mean)&lt;br /&gt;
parametric models which are based on a univariate distribution. Many&lt;br /&gt;
well-known parametric (in particular, exponential) families (Binomial,&lt;br /&gt;
Poission, Normal, Gamma, Gumbel, ...) are L2-differentiable.&lt;br /&gt;
We include several&lt;br /&gt;
  +neighborhood types (convex contamination, total variation)&lt;br /&gt;
  +risks (MSE, Hampel, overshoot/undershoot),&lt;br /&gt;
  +bias-types (symmetric, one-sided, asymmetric)&lt;br /&gt;
  +norms (unstandardized, self-standardized, information-standardized)&lt;br /&gt;
for all these models.&lt;br /&gt;
After installation you find a folder &amp;quot;scripts&amp;quot; in the package directory&lt;br /&gt;
which includes many example scripts.&lt;br /&gt;
As the computation of optimally robust estimators involves several&lt;br /&gt;
steps, we -- in this new version -- added an interface function&lt;br /&gt;
&amp;quot;roptest&amp;quot; which can be used to perform all steps via one function.&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
RobLox - Optimally robust influence curves for location and scale&lt;br /&gt;
(version 0.6.0)&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
This package includes functions for the computation of many well known&lt;br /&gt;
influence curves (e.g., Huber-, Hampel-, Tukey-, Andrews-type) for&lt;br /&gt;
normal location and scale in the framework of our asymptotic setup.&lt;br /&gt;
Moreover, (and for us, more importantly) it includes the functions&lt;br /&gt;
&amp;quot;roblox&amp;quot;, &amp;quot;rowRoblox&amp;quot; and &amp;quot;colRoblox&amp;quot; which can be used to compute&lt;br /&gt;
optimally robust estimators in case of normal location and scale. These&lt;br /&gt;
functions are optimized for speed and can be applied to large scale&lt;br /&gt;
problems like for instance gene expression data. Using rowRobLox the&lt;br /&gt;
computation for a 50000 x 20 matrix takes about 2 sec. on a Centrino Duo&lt;br /&gt;
with 1.66 GHz. As a comparison (all on the same system): using apply and&lt;br /&gt;
huberM (robustbase), resp. huber (MASS) takes about 168 sec. resp 197&lt;br /&gt;
sec., using apply and roblox takes about 16 minutes and using apply and&lt;br /&gt;
roptest (ROptEst) takes about 1 month.&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
ROptRegTS - Optimally robust estimation for regression-type models&lt;br /&gt;
RobRex - Optimally robust influence curves for regression and scale&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
These two packages which provide S4 classes and methods for the&lt;br /&gt;
computation of optimally robust estimators in regression-type models are&lt;br /&gt;
not yet adapted to the new implementation. If you are interested in&lt;br /&gt;
working with these packages you have to use the old versions of the&lt;br /&gt;
above packages which we are pleased to provide on request (the sources&lt;br /&gt;
can also be found in the CRAN archives). But, of course, we will try to&lt;br /&gt;
update these packages as soon as possible.</description>
   <author>stamats@users.r-forge.r-project.org (Matthias Kohl)</author>
   <pubDate>Tue, 16 Sep 2008 19:04:30 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=811</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=811</comments>
  </item>
  <item>
   <title>Start of Project RobASt</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=416</link>
   <description>The project RobASt aims for the implementation of R packages for the computation of optimally robust estimators and tests as well as the necessary infrastructure (mainly S4 classes and methods) and diagnostics; cf. M. Kohl (2005). So far, it includes the R packages&lt;br /&gt;
RandVar, ROptEst, RobLox, ROptRegTS, RobRex.</description>
   <author>stamats@users.r-forge.r-project.org (Matthias Kohl)</author>
   <pubDate>Sat, 02 Feb 2008 14:30:49 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=416</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=416</comments>
  </item>
 </channel>
</rss>
