[Distr-commits] r275 - branches/distr-2.0/pkg/distrMod/inst www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 28 10:49:43 CEST 2008


Author: ruckdeschel
Date: 2008-08-28 10:49:42 +0200 (Thu, 28 Aug 2008)
New Revision: 275

Modified:
   branches/distr-2.0/pkg/distrMod/inst/NEWS
   www/distrMod.html
Log:
some package documentation for distrMod

Modified: branches/distr-2.0/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.0/pkg/distrMod/inst/NEWS	2008-08-27 19:49:11 UTC (rev 274)
+++ branches/distr-2.0/pkg/distrMod/inst/NEWS	2008-08-28 08:49:42 UTC (rev 275)
@@ -7,9 +7,23 @@
 ##############
 
 * start of the package
-* includes Parametric Models
-* includes Minimum Criterium Estimators 
+* includes Parametric Models (with corresponding S4 classes)
+* parameter (realized as corresponding S4 class) is split up into  
+    +main part
+    +nuisance part
+    +fixed part
+  may be transformed by user defined trafo function
+* includes Minimum Criterium Estimators (with corresponding S4 classes)
    ---with particular cases 
    +Maximum Likelihood
    +Minimum Distance Estimators for 
     Kolmogorov, Hellinger, Totalvariation, and Cramer von Mises distance
+* Minimum Criterum Estimators can (but do not need to) use method dispatch;
+  this way particular methods beyond numerical optimization can be used
+  without changing distrMod code
+* has Symmetry classes (useful for avoiding unnecessary integrations)
+* has biastype classes
+* has norm classes (to be used for differently standardized risks and ICs)
+* includes confint() methods for our Estimator classes
+* features risk classes (mainly used in RobASt packages, though)
+* includes demos/scripts
\ No newline at end of file

Modified: www/distrMod.html
===================================================================
--- www/distrMod.html	2008-08-27 19:49:11 UTC (rev 274)
+++ www/distrMod.html	2008-08-28 08:49:42 UTC (rev 275)
@@ -89,6 +89,11 @@
 the criterium function is then optimized using the R-functions <span
  style="color: rgb(51, 51, 255);">optim</span>, <span
  style="color: rgb(51, 51, 255);">optimize</span>, respectively.<br>
+MCEs can (but do not need to) use method dispatch; this way particular
+methods beyond numerical optimization can be used<br>
+without changing "<span style="color: rgb(51, 102, 255);">distrMod</span>"
+code<br>
+<br>
 </div>
 <br>
 </div>
@@ -174,7 +179,11 @@
  style="width: 100%; height: 2px; margin-left: 0px; margin-right: 0px; color: rgb(0, 0, 0);">
 <h2 style="text-align: center; color: rgb(0, 0, 153);">Demos</h2>
 <ul>
-  <li><br>
+  <li>modelExp3.R &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+illustrates how easy it is to define a new location and scale model</li>
+  <li>censoredPois.R &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; illustrates how
+easy it is to define a new L2 differentiable model<br>
+    <br>
   </li>
 </ul>
 <div style="text-align: left;"></div>
@@ -196,7 +205,7 @@
 <h2 style="text-align: center; color: rgb(0, 0, 153);">Our plans for
 the next version:</h2>
 <ul style="text-align: left; color: rgb(0, 0, 0);">
-  <li><br>
+  <li>new confint methods (bootstrap; simulation; variance-stabilized)<br>
   </li>
 </ul>
 <br style="color: rgb(0, 0, 0);">
@@ -215,7 +224,7 @@
 maintained by <a
  href="mailto:peter.ruckdeschel at uni-bayreuth.de?subject=distr-package">Peter
 Ruckdeschel</a>
-and last updated on 2008-02-22.<br>
+and last updated on 2008-08-28.<br>
 </div>
 </body>
 </html>



More information about the Distr-commits mailing list