[Distr-commits] r415 - in branches/distr-2.1/pkg/distrEx: R chm man src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 18 22:33:07 CET 2009
Author: ruckdeschel
Date: 2009-03-18 22:33:07 +0100 (Wed, 18 Mar 2009)
New Revision: 415
Modified:
branches/distr-2.1/pkg/distrEx/R/Functionals.R
branches/distr-2.1/pkg/distrEx/chm/00Index.html
branches/distr-2.1/pkg/distrEx/chm/Var.html
branches/distr-2.1/pkg/distrEx/chm/distrEx.chm
branches/distr-2.1/pkg/distrEx/chm/distrEx.toc
branches/distr-2.1/pkg/distrEx/man/Var.Rd
branches/distr-2.1/pkg/distrEx/src/distrEx.dll
Log:
argh... mad for Pareto was wrong...
Modified: branches/distr-2.1/pkg/distrEx/R/Functionals.R
===================================================================
--- branches/distr-2.1/pkg/distrEx/R/Functionals.R 2009-03-18 21:20:01 UTC (rev 414)
+++ branches/distr-2.1/pkg/distrEx/R/Functionals.R 2009-03-18 21:33:07 UTC (rev 415)
@@ -462,7 +462,3 @@
setMethod("mad", signature(x = "Arcsine"),
function(x) sqrt(1/2))
-setMethod("mad", signature(x = "Pareto"),
- function(x) {a <- shape(x); b<- Min(x)
- return(b*(sqrt(2)-1)*2^(1/a))
- })
Modified: branches/distr-2.1/pkg/distrEx/chm/00Index.html
===================================================================
--- branches/distr-2.1/pkg/distrEx/chm/00Index.html 2009-03-18 21:20:01 UTC (rev 414)
+++ branches/distr-2.1/pkg/distrEx/chm/00Index.html 2009-03-18 21:33:07 UTC (rev 415)
@@ -588,8 +588,6 @@
<td>Generic Functions for the Computation of Functionals</td></tr>
<tr><td width="25%"><a href="Var.html">mad,Norm-method</a></td>
<td>Generic Functions for the Computation of Functionals</td></tr>
-<tr><td width="25%"><a href="Var.html">mad,Pareto-method</a></td>
-<td>Generic Functions for the Computation of Functionals</td></tr>
<tr><td width="25%"><a href="Var.html">mad,Unif-method</a></td>
<td>Generic Functions for the Computation of Functionals</td></tr>
<tr><td width="25%"><a href="Var.html">mad,UnivariateDistribution-method</a></td>
Modified: branches/distr-2.1/pkg/distrEx/chm/Var.html
===================================================================
--- branches/distr-2.1/pkg/distrEx/chm/Var.html 2009-03-18 21:20:01 UTC (rev 414)
+++ branches/distr-2.1/pkg/distrEx/chm/Var.html 2009-03-18 21:33:07 UTC (rev 415)
@@ -94,7 +94,6 @@
<param name="keyword" value="R: mad,Norm-method">
<param name="keyword" value="R: mad,Unif-method">
<param name="keyword" value="R: mad,Arcsine-method">
-<param name="keyword" value="R: mad,Pareto-method">
<param name="keyword" value="R: skewness">
<param name="keyword" value="R: skewness-methods">
<param name="keyword" value="R: skewness,ANY-method">
@@ -559,7 +558,6 @@
<dt><code>mad</code>, <code>signature(x = "Norm")</code>:</dt><dd>exact evaluation using explicit expressions.</dd>
<dt><code>mad</code>, <code>signature(x = "Unif")</code>:</dt><dd>exact evaluation using explicit expressions.</dd>
<dt><code>mad</code>, <code>signature(x = "Arcsine")</code>:</dt><dd>exact evaluation using explicit expressions.</dd>
-<dt><code>mad</code>, <code>signature(x = "Pareto")</code>:</dt><dd>exact evaluation using explicit expressions.</dd>
<dt><code>skewness</code>, <code>signature(x = "Beta")</code>:</dt><dd>for noncentrality 0 exact evaluation using explicit expressions.</dd>
Modified: branches/distr-2.1/pkg/distrEx/chm/distrEx.chm
===================================================================
(Binary files differ)
Modified: branches/distr-2.1/pkg/distrEx/chm/distrEx.toc
===================================================================
--- branches/distr-2.1/pkg/distrEx/chm/distrEx.toc 2009-03-18 21:20:01 UTC (rev 414)
+++ branches/distr-2.1/pkg/distrEx/chm/distrEx.toc 2009-03-18 21:33:07 UTC (rev 415)
@@ -998,10 +998,6 @@
<param name="Local" value="Var.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
-<param name="Name" value="mad,Pareto-method">
-<param name="Local" value="Var.html">
-</OBJECT>
-<LI> <OBJECT type="text/sitemap">
<param name="Name" value="mad,Unif-method">
<param name="Local" value="Var.html">
</OBJECT>
Modified: branches/distr-2.1/pkg/distrEx/man/Var.Rd
===================================================================
--- branches/distr-2.1/pkg/distrEx/man/Var.Rd 2009-03-18 21:20:01 UTC (rev 414)
+++ branches/distr-2.1/pkg/distrEx/man/Var.Rd 2009-03-18 21:33:07 UTC (rev 415)
@@ -88,7 +88,6 @@
\alias{mad,Norm-method}
\alias{mad,Unif-method}
\alias{mad,Arcsine-method}
-\alias{mad,Pareto-method}
\alias{skewness}
\alias{skewness-methods}
\alias{skewness,ANY-method}
@@ -474,8 +473,6 @@
exact evaluation using explicit expressions.}
\item{\code{mad}, \code{signature(x = "Arcsine")}:}{
exact evaluation using explicit expressions.}
- \item{\code{mad}, \code{signature(x = "Pareto")}:}{
- exact evaluation using explicit expressions.}
\item{\code{skewness}, \code{signature(x = "Beta")}:}{
for noncentrality 0 exact evaluation using explicit expressions.}
Modified: branches/distr-2.1/pkg/distrEx/src/distrEx.dll
===================================================================
(Binary files differ)
More information about the Distr-commits
mailing list