[Distr-commits] r479 - in branches/distr-2.2/pkg/distrTEst: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 17 06:36:31 CEST 2009
Author: stamats
Date: 2009-06-17 06:36:30 +0200 (Wed, 17 Jun 2009)
New Revision: 479
Modified:
branches/distr-2.2/pkg/distrTEst/DESCRIPTION
branches/distr-2.2/pkg/distrTEst/man/0distrTEst-package.Rd
branches/distr-2.2/pkg/distrTEst/man/Evaluation-class.Rd
Log:
minor documentation error
Modified: branches/distr-2.2/pkg/distrTEst/DESCRIPTION
===================================================================
--- branches/distr-2.2/pkg/distrTEst/DESCRIPTION 2009-06-17 04:03:03 UTC (rev 478)
+++ branches/distr-2.2/pkg/distrTEst/DESCRIPTION 2009-06-17 04:36:30 UTC (rev 479)
@@ -1,6 +1,6 @@
Package: distrTEst
Version: 2.2
-Date: 2009-03-19
+Date: 2009-06-17
Title: Estimation and Testing classes based on package distr
Depends: R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distr(>=
2.2), distrSim(>= 2.2), startupmsg
Modified: branches/distr-2.2/pkg/distrTEst/man/0distrTEst-package.Rd
===================================================================
--- branches/distr-2.2/pkg/distrTEst/man/0distrTEst-package.Rd 2009-06-17 04:03:03 UTC (rev 478)
+++ branches/distr-2.2/pkg/distrTEst/man/0distrTEst-package.Rd 2009-06-17 04:36:30 UTC (rev 479)
@@ -16,7 +16,7 @@
\tabular{ll}{
Package: \tab distrTEst\cr
Version: \tab 2.2\cr
-Date: \tab 2009-03-19\cr
+Date: \tab 2009-06-17\cr
Depends: \tab R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distr(>=
2.0), distrSim(>= 2.0), startupmsg\cr
LazyLoad: \tab yes\cr
Modified: branches/distr-2.2/pkg/distrTEst/man/Evaluation-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrTEst/man/Evaluation-class.Rd 2009-06-17 04:03:03 UTC (rev 478)
+++ branches/distr-2.2/pkg/distrTEst/man/Evaluation-class.Rd 2009-06-17 04:36:30 UTC (rev 479)
@@ -12,8 +12,9 @@
It is to be preferred to use "evaluate" with a Dataclass object!}
\section{Slots}{
\describe{
- \item{\code{call.ev}:}{Object of class \code{"call"} the call which created the object,
+ \item{\code{call.ev}:}{Object of class \code{"call"}: the call which created the object,
e.g.; ``evaluate(Dataclassobject,mean)'' }
+ \item{\code{Data}:}{Object of class \code{"Dataclass"}: the data set / simulation on which the evaluation takes place.}
\item{\code{estimator}:}{Object of class \code{"OptionalFunction"}: estimation function used; this estimation function
should be able to deal with data in matrix form \code{samplesize} x \code{obsDim} and
should return either a univariate result or a vector (with named coordinates, if possible).}
More information about the Distr-commits
mailing list