[Distr-commits] r1033 - branches/distr-2.6/pkg/distrEx/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 16 09:23:58 CEST 2015
Author: ruckdeschel
Date: 2015-06-16 09:23:58 +0200 (Tue, 16 Jun 2015)
New Revision: 1033
Modified:
branches/distr-2.6/pkg/distrEx/man/0distrEx-package.Rd
branches/distr-2.6/pkg/distrEx/man/AsymTotalVarDist.Rd
branches/distr-2.6/pkg/distrEx/man/ContaminationSize.Rd
branches/distr-2.6/pkg/distrEx/man/CvMDist.Rd
branches/distr-2.6/pkg/distrEx/man/DiscreteMVDistribution.Rd
branches/distr-2.6/pkg/distrEx/man/EmpiricalMVDistribution.Rd
branches/distr-2.6/pkg/distrEx/man/HellingerDist.Rd
branches/distr-2.6/pkg/distrEx/man/KolmogorovDist.Rd
branches/distr-2.6/pkg/distrEx/man/OAsymTotalVarDist.Rd
branches/distr-2.6/pkg/distrEx/man/PrognCondDistribution.Rd
branches/distr-2.6/pkg/distrEx/man/TotalVarDist.Rd
branches/distr-2.6/pkg/distrEx/man/Var.Rd
branches/distr-2.6/pkg/distrEx/man/distrExMASK.Rd
branches/distr-2.6/pkg/distrEx/man/distrExMOVED.Rd
branches/distr-2.6/pkg/distrEx/man/internals.Rd
branches/distr-2.6/pkg/distrEx/man/make01.Rd
Log:
Mail-Adresse aktualisiert
Modified: branches/distr-2.6/pkg/distrEx/man/0distrEx-package.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/0distrEx-package.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/0distrEx-package.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -1,255 +1,255 @@
-\name{distrEx-package}
-\alias{distrEx-package}
-\alias{distrEx}
-\docType{package}
-\title{
-distrEx -- Extensions of Package distr
-}
-\description{
-\pkg{distrEx} provides some extensions of package \pkg{distr}:
-\itemize{\item expectations in the form
- \itemize{\item \code{E(X)} for the expectation of a
- distribution object \code{X}
- \item \code{E(X,f)} for the expectation of \code{f(X)}
- where \code{X} is some distribution object and
- \code{f} some function in \code{X} }
-\item further functionals: var, sd, IQR, mad, median, skewness, kurtosis
-\item truncated moments,
-\item distances between distributions
- (Hellinger, Cramer von Mises, Kolmogorov, total variation, "convex contamination")
-\item lists of distributions,
-\item conditional distributions in factorized form
-\item conditional expectations in factorized form
-}
-Support for extreme value distributions has moved to package \pkg{RobExtremes}
-}
-
-\details{
-\tabular{ll}{
-Package: \tab distrEx \cr
-Version: \tab 2.6 \cr
-Date: \tab 2015-05-03 \cr
-Depends: \tab R(>= 2.10.0), methods, distr(>= 2.2) \cr
-LazyLoad: \tab yes \cr
-License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
-SVNRevision: \tab 926 \cr
-}
-}
-\section{Classes}{
-\preformatted{
-
-Distribution Classes
-
-"Distribution" (from distr)
-|>"UnivariateDistribution" (from distr)
-|>|>"AbscontDistribution" (from distr)
-|>|>|>"Gumbel"
-|>|>|>"Pareto"
-|>|>|>"GPareto"
-|>"MultivariateDistribution"
-|>|>"DiscreteMVDistribution-class"
-|>"UnivariateCondDistribution"
-|>|>"AbscontCondDistribution"
-|>|>|>"PrognCondDistribution"
-|>|>"DiscreteCondDistribution"
-
-
-Condition Classes
-
-"Condition"
-|>"EuclCondition"
-|>"PrognCondition"
-
-Parameter Classes
-
-"OptionalParameter" (from distr)
-|>"Parameter" (from distr)
-|>|>"LMParameter"
-|>|>"GumbelParameter"
-|>|>"ParetoParameter"
-}
-}
-\section{Functions}{
-
-\preformatted{
-
-Integration:
-GLIntegrate Gauss-Legendre quadrature
-distrExIntegrate Integration of one-dimensional functions
-
-Options:
-distrExOptions Function to change the global variables of the
- package 'distrEx'
-Standardization:
-make01 Centering and standardization of univariate
- distributions
-
-}}
-
-\section{Generating Functions}{
-\preformatted{
-
-Distribution Classes
-ConvexContamination Generic function for generating convex
- contaminations
-DiscreteMVDistribution
- Generating function for
- DiscreteMVDistribution-class
-Gumbel Generating function for Gumbel-class
-LMCondDistribution Generating function for the conditional
- distribution of a linear regression model.
-
-Condition Classes
-EuclCondition Generating function for EuclCondition-class
-
-Parameter Classes
-LMParameter Generating function for LMParameter-class
-
-}}
-\section{Methods}{
-\preformatted{
-Distances:
-ContaminationSize Generic function for the computation of the
- convex contamination (Pseudo-)distance of two
- distributions
-HellingerDist Generic function for the computation of the
- Hellinger distance of two distributions
-KolmogorovDist Generic function for the computation of the
- Kolmogorov distance of two distributions
-TotalVarDist Generic function for the computation of the
- total variation distance of two distributions
-AsymTotalVarDist Generic function for the computation of the
- asymmetric total variation distance of two distributions
- (for given ratio rho of negative to positive part of deviation)
-OAsymTotalVarDist Generic function for the computation of the minimal (in rho)
- asymmetric total variation distance of two distributions
-vonMisesDist Generic function for the computation of the
- von Mises distance of two distributions
-
-liesInSupport Generic function for testing the support of a
- distribution
-
-
-Functionals:
-E Generic function for the computation of
- (conditional) expectations
-var Generic functions for the computation of
- functionals
-IQR Generic functions for the computation of
- functionals
-sd Generic functions for the computation of
- functionals
-mad Generic functions for the computation of
- functionals
-median Generic functions for the computation of
- functionals
-skewness Generic functions for the computation of
- functionals
-kurtosis Generic functions for the computation of
- Functionals
-
-
-truncated Moments:
-m1df Generic function for the computation of clipped
- first moments
-m2df Generic function for the computation of clipped
- second moments
-
-}
-}
-
-\section{Demos}{
-Demos are available --- see \code{demo(package="distrEx")}.}
-
-\section{Acknowledgement}{
-G. Jay Kerns, \email{gkerns at ysu.edu}, has provided a major contribution,
-in particular the functionals \code{skewness} and \code{kurtosis} are due to him.
-Natalyia Horbenko, \email{natalyia.horbenko at itwm.fraunhofer.de} has ported
-the \pkg{actuar} code for the Pareto distribution to this setup.
-}
-
-\note{
-Some functions of package \pkg{stats} have intentionally been masked, but
-completely retain their functionality --- see \code{distrExMASK()}.
-
-If any of the packages \pkg{e1071}, \pkg{moments}, \pkg{fBasics} is to be used
-together with \pkg{distrEx} the latter must be attached \emph{after} any of the
-first mentioned. Otherwise \code{kurtosis()} and \code{skewness()}
-defined as \emph{methods} in \pkg{distrEx} may get masked.\cr To re-mask, you
-may use \code{kurtosis <- distrEx::kurtosis; skewness <- distrEx::skewness}.
-See also \code{distrExMASK()}
-}
-
-\section{Start-up-Banner}{
-You may suppress the start-up banner/message completely by setting
-\code{options("StartupBanner"="off")} somewhere before loading this package by
-\code{library} or \code{require} in your R-code / R-session.
-
-If option \code{"StartupBanner"} is not defined (default) or setting
-\code{options("StartupBanner"=NULL)} or
-\code{options("StartupBanner"="complete")} the complete start-up banner is
-displayed.
-
-For any other value of option \code{"StartupBanner"} (i.e., not in
-\code{c(NULL,"off","complete")}) only the version information is displayed.
-
-The same can be achieved by wrapping the \code{library} or \code{require} call
-into either \code{suppressStartupMessages()} or
-\code{onlytypeStartupMessages(.,atypes="version")}.
-
-As for general \code{packageStartupMessage}'s, you may also suppress all
- the start-up banner by wrapping the \code{library} or \code{require}
- call into \code{suppressPackageStartupMessages()} from
- \pkg{startupmsg}-version 0.5 on.
- }
-
-\section{Package versions}{
-Note: The first two numbers of package versions do not necessarily reflect
- package-individual development, but rather are chosen for the
- distrXXX family as a whole in order to ease updating "depends"
- information.
-}
-
-\author{
-Matthias Kohl \email{Matthias.Kohl at stamats.de} and \cr
-Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de},\cr
-
-\emph{Maintainer:} Matthias Kohl \email{Matthias.Kohl at stamats.de}
-}
-\references{
-P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006):
-S4 Classes for Distributions, \emph{R News}, \emph{6}(2), 2-6.
-\url{http://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf}
-
-%a more detailed manual for \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and \pkg{distrEx} may be downloaded from
-%\url{http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf}\cr
-
-a vignette for packages \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst},
-and \pkg{distrEx} is included into the mere documentation package \pkg{distrDoc}
-and may be called by \code{require("distrDoc");vignette("distr")}
-
-a homepage to this package is available under\cr
-\url{http://distr.r-forge.r-project.org/}
-
-M. Kohl (2005): \emph{Numerical Contributions to the Asymptotic
-Theory of Robustness.} PhD Thesis. Bayreuth. Available as
-\url{http://www.stamats.de/ThesisMKohl.pdf}
-}
-\keyword{package}
-\concept{S4 condition class}
-\concept{S4 distribution class}
-\concept{functional}
-\concept{kurtosis}
-\concept{median}
-\concept{skewness}
-\concept{mad}
-\concept{IQR}
-\concept{var}
-\concept{E}
-\concept{distribution distance}
-\concept{multivariate distribution}
-\concept{conditional distribution}
-\seealso{
-\code{\link[distr:0distr-package]{distr-package}}
-}
+\name{distrEx-package}
+\alias{distrEx-package}
+\alias{distrEx}
+\docType{package}
+\title{
+distrEx -- Extensions of Package distr
+}
+\description{
+\pkg{distrEx} provides some extensions of package \pkg{distr}:
+\itemize{\item expectations in the form
+ \itemize{\item \code{E(X)} for the expectation of a
+ distribution object \code{X}
+ \item \code{E(X,f)} for the expectation of \code{f(X)}
+ where \code{X} is some distribution object and
+ \code{f} some function in \code{X} }
+\item further functionals: var, sd, IQR, mad, median, skewness, kurtosis
+\item truncated moments,
+\item distances between distributions
+ (Hellinger, Cramer von Mises, Kolmogorov, total variation, "convex contamination")
+\item lists of distributions,
+\item conditional distributions in factorized form
+\item conditional expectations in factorized form
+}
+Support for extreme value distributions has moved to package \pkg{RobExtremes}
+}
+
+\details{
+\tabular{ll}{
+Package: \tab distrEx \cr
+Version: \tab 2.6 \cr
+Date: \tab 2015-05-03 \cr
+Depends: \tab R(>= 2.10.0), methods, distr(>= 2.2) \cr
+LazyLoad: \tab yes \cr
+License: \tab LGPL-3 \cr
+URL: \tab http://distr.r-forge.r-project.org/\cr
+SVNRevision: \tab 926 \cr
+}
+}
+\section{Classes}{
+\preformatted{
+
+Distribution Classes
+
+"Distribution" (from distr)
+|>"UnivariateDistribution" (from distr)
+|>|>"AbscontDistribution" (from distr)
+|>|>|>"Gumbel"
+|>|>|>"Pareto"
+|>|>|>"GPareto"
+|>"MultivariateDistribution"
+|>|>"DiscreteMVDistribution-class"
+|>"UnivariateCondDistribution"
+|>|>"AbscontCondDistribution"
+|>|>|>"PrognCondDistribution"
+|>|>"DiscreteCondDistribution"
+
+
+Condition Classes
+
+"Condition"
+|>"EuclCondition"
+|>"PrognCondition"
+
+Parameter Classes
+
+"OptionalParameter" (from distr)
+|>"Parameter" (from distr)
+|>|>"LMParameter"
+|>|>"GumbelParameter"
+|>|>"ParetoParameter"
+}
+}
+\section{Functions}{
+
+\preformatted{
+
+Integration:
+GLIntegrate Gauss-Legendre quadrature
+distrExIntegrate Integration of one-dimensional functions
+
+Options:
+distrExOptions Function to change the global variables of the
+ package 'distrEx'
+Standardization:
+make01 Centering and standardization of univariate
+ distributions
+
+}}
+
+\section{Generating Functions}{
+\preformatted{
+
+Distribution Classes
+ConvexContamination Generic function for generating convex
+ contaminations
+DiscreteMVDistribution
+ Generating function for
+ DiscreteMVDistribution-class
+Gumbel Generating function for Gumbel-class
+LMCondDistribution Generating function for the conditional
+ distribution of a linear regression model.
+
+Condition Classes
+EuclCondition Generating function for EuclCondition-class
+
+Parameter Classes
+LMParameter Generating function for LMParameter-class
+
+}}
+\section{Methods}{
+\preformatted{
+Distances:
+ContaminationSize Generic function for the computation of the
+ convex contamination (Pseudo-)distance of two
+ distributions
+HellingerDist Generic function for the computation of the
+ Hellinger distance of two distributions
+KolmogorovDist Generic function for the computation of the
+ Kolmogorov distance of two distributions
+TotalVarDist Generic function for the computation of the
+ total variation distance of two distributions
+AsymTotalVarDist Generic function for the computation of the
+ asymmetric total variation distance of two distributions
+ (for given ratio rho of negative to positive part of deviation)
+OAsymTotalVarDist Generic function for the computation of the minimal (in rho)
+ asymmetric total variation distance of two distributions
+vonMisesDist Generic function for the computation of the
+ von Mises distance of two distributions
+
+liesInSupport Generic function for testing the support of a
+ distribution
+
+
+Functionals:
+E Generic function for the computation of
+ (conditional) expectations
+var Generic functions for the computation of
+ functionals
+IQR Generic functions for the computation of
+ functionals
+sd Generic functions for the computation of
+ functionals
+mad Generic functions for the computation of
+ functionals
+median Generic functions for the computation of
+ functionals
+skewness Generic functions for the computation of
+ functionals
+kurtosis Generic functions for the computation of
+ Functionals
+
+
+truncated Moments:
+m1df Generic function for the computation of clipped
+ first moments
+m2df Generic function for the computation of clipped
+ second moments
+
+}
+}
+
+\section{Demos}{
+Demos are available --- see \code{demo(package="distrEx")}.}
+
+\section{Acknowledgement}{
+G. Jay Kerns, \email{gkerns at ysu.edu}, has provided a major contribution,
+in particular the functionals \code{skewness} and \code{kurtosis} are due to him.
+Natalyia Horbenko, \email{natalyia.horbenko at itwm.fraunhofer.de} has ported
+the \pkg{actuar} code for the Pareto distribution to this setup.
+}
+
+\note{
+Some functions of package \pkg{stats} have intentionally been masked, but
+completely retain their functionality --- see \code{distrExMASK()}.
+
+If any of the packages \pkg{e1071}, \pkg{moments}, \pkg{fBasics} is to be used
+together with \pkg{distrEx} the latter must be attached \emph{after} any of the
+first mentioned. Otherwise \code{kurtosis()} and \code{skewness()}
+defined as \emph{methods} in \pkg{distrEx} may get masked.\cr To re-mask, you
+may use \code{kurtosis <- distrEx::kurtosis; skewness <- distrEx::skewness}.
+See also \code{distrExMASK()}
+}
+
+\section{Start-up-Banner}{
+You may suppress the start-up banner/message completely by setting
+\code{options("StartupBanner"="off")} somewhere before loading this package by
+\code{library} or \code{require} in your R-code / R-session.
+
+If option \code{"StartupBanner"} is not defined (default) or setting
+\code{options("StartupBanner"=NULL)} or
+\code{options("StartupBanner"="complete")} the complete start-up banner is
+displayed.
+
+For any other value of option \code{"StartupBanner"} (i.e., not in
+\code{c(NULL,"off","complete")}) only the version information is displayed.
+
+The same can be achieved by wrapping the \code{library} or \code{require} call
+into either \code{suppressStartupMessages()} or
+\code{onlytypeStartupMessages(.,atypes="version")}.
+
+As for general \code{packageStartupMessage}'s, you may also suppress all
+ the start-up banner by wrapping the \code{library} or \code{require}
+ call into \code{suppressPackageStartupMessages()} from
+ \pkg{startupmsg}-version 0.5 on.
+ }
+
+\section{Package versions}{
+Note: The first two numbers of package versions do not necessarily reflect
+ package-individual development, but rather are chosen for the
+ distrXXX family as a whole in order to ease updating "depends"
+ information.
+}
+
+\author{
+Matthias Kohl \email{Matthias.Kohl at stamats.de} and \cr
+Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de},\cr
+
+\emph{Maintainer:} Matthias Kohl \email{Matthias.Kohl at stamats.de}
+}
+\references{
+P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006):
+S4 Classes for Distributions, \emph{R News}, \emph{6}(2), 2-6.
+\url{http://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf}
+
+%a more detailed manual for \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and \pkg{distrEx} may be downloaded from
+%\url{http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf}\cr
+
+a vignette for packages \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst},
+and \pkg{distrEx} is included into the mere documentation package \pkg{distrDoc}
+and may be called by \code{require("distrDoc");vignette("distr")}
+
+a homepage to this package is available under\cr
+\url{http://distr.r-forge.r-project.org/}
+
+M. Kohl (2005): \emph{Numerical Contributions to the Asymptotic
+Theory of Robustness.} PhD Thesis. Bayreuth. Available as
+\url{http://www.stamats.de/ThesisMKohl.pdf}
+}
+\keyword{package}
+\concept{S4 condition class}
+\concept{S4 distribution class}
+\concept{functional}
+\concept{kurtosis}
+\concept{median}
+\concept{skewness}
+\concept{mad}
+\concept{IQR}
+\concept{var}
+\concept{E}
+\concept{distribution distance}
+\concept{multivariate distribution}
+\concept{conditional distribution}
+\seealso{
+\code{\link[distr:0distr-package]{distr-package}}
+}
Modified: branches/distr-2.6/pkg/distrEx/man/AsymTotalVarDist.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/AsymTotalVarDist.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/AsymTotalVarDist.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -167,7 +167,7 @@
Agostinelli, C and Ruckdeschel, P. (2009): A simultaneous inlier and outlier model
by asymmetric total variation distance.
}
-\author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+\author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
%\note{ ~~further notes~~ }
\seealso{\code{\link{TotalVarDist-methods}}, \code{\link{ContaminationSize}},
\code{\link{KolmogorovDist}}, \code{\link{HellingerDist}},
Modified: branches/distr-2.6/pkg/distrEx/man/ContaminationSize.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/ContaminationSize.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/ContaminationSize.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -54,7 +54,7 @@
}
\references{Huber, P.J. (1981) \emph{Robust Statistics}. New York: Wiley.}
\author{Matthias Kohl \email{Matthias.Kohl at stamats.de},\cr
- Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+ Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
%\note{ ~~further notes~~ }
\seealso{\code{\link{KolmogorovDist}}, \code{\link{TotalVarDist}},
\code{\link{HellingerDist}}, \code{\link[distr]{Distribution-class}}}
Modified: branches/distr-2.6/pkg/distrEx/man/CvMDist.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/CvMDist.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/CvMDist.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -43,7 +43,7 @@
Rieder, H. (1994) \emph{Robust Asymptotic Statistics}. New York: Springer.
}
\author{Matthias Kohl \email{Matthias.Kohl at stamats.de},\cr
- Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+ Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
%\note{ ~~further notes~~ }
\seealso{\code{\link{ContaminationSize}}, \code{\link{TotalVarDist}},
\code{\link{HellingerDist}}, \code{\link{KolmogorovDist}},
Modified: branches/distr-2.6/pkg/distrEx/man/DiscreteMVDistribution.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/DiscreteMVDistribution.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/DiscreteMVDistribution.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -1,50 +1,50 @@
-\name{DiscreteMVDistribution}
-\alias{DiscreteMVDistribution}
-
-\title{Generating function for multivariate discrete distribution}
-\description{
- Generates an object of class \code{"DiscreteMVDistribution"}.
-}
-\usage{
-DiscreteMVDistribution(supp, prob, Symmetry = NoSymmetry())
-}
-\arguments{
- \item{supp}{ numeric matrix whose rows form the support
- of the discrete multivariate distribution. }
- \item{prob}{ vector of probability weights for the
- elements of \code{supp}.}
- \item{Symmetry}{you may help \R in calculations if you tell it whether
- the distribution is non-symmetric (default) or symmetric with respect
- to a center.}
-}
-\details{
- Typical usages are
- \preformatted{
- DiscreteMVDistribution(supp, prob)
- DiscreteMVDistribution(supp)
- }
- Identical rows are collapsed to unique support values.
- If \code{prob} is missing, all elements in \code{supp}
- are equally weighted.
-}
-\value{Object of class \code{"DiscreteMVDistribution"}}
-%\references{}
-\author{Matthias Kohl \email{Matthias.Kohl at stamats.de}}
-%\note{}
-\seealso{\code{\link{DiscreteMVDistribution-class}}}
-\examples{
-# Dirac-measure at (0,0,0)
-D1 <- DiscreteMVDistribution(supp = c(0,0,0))
-support(D1)
-
-# simple discrete distribution
-D2 <- DiscreteMVDistribution(supp = matrix(c(0,1,0,2,2,1,1,0), ncol=2),
- prob = c(0.3, 0.2, 0.2, 0.3))
-support(D2)
-r(D2)(10)
-}
-\concept{multivariate distribution}
-\concept{discrete distribution}
-\keyword{distribution}
-\concept{S4 distribution class}
-\concept{generating function}
+\name{DiscreteMVDistribution}
+\alias{DiscreteMVDistribution}
+
+\title{Generating function for multivariate discrete distribution}
+\description{
+ Generates an object of class \code{"DiscreteMVDistribution"}.
+}
+\usage{
+DiscreteMVDistribution(supp, prob, Symmetry = NoSymmetry())
+}
+\arguments{
+ \item{supp}{ numeric matrix whose rows form the support
+ of the discrete multivariate distribution. }
+ \item{prob}{ vector of probability weights for the
+ elements of \code{supp}.}
+ \item{Symmetry}{you may help \R in calculations if you tell it whether
+ the distribution is non-symmetric (default) or symmetric with respect
+ to a center.}
+}
+\details{
+ Typical usages are
+ \preformatted{
+ DiscreteMVDistribution(supp, prob)
+ DiscreteMVDistribution(supp)
+ }
+ Identical rows are collapsed to unique support values.
+ If \code{prob} is missing, all elements in \code{supp}
+ are equally weighted.
+}
+\value{Object of class \code{"DiscreteMVDistribution"}}
+%\references{}
+\author{Matthias Kohl \email{Matthias.Kohl at stamats.de}}
+%\note{}
+\seealso{\code{\link{DiscreteMVDistribution-class}}}
+\examples{
+# Dirac-measure at (0,0,0)
+D1 <- DiscreteMVDistribution(supp = c(0,0,0))
+support(D1)
+
+# simple discrete distribution
+D2 <- DiscreteMVDistribution(supp = matrix(c(0,1,0,2,2,1,1,0), ncol=2),
+ prob = c(0.3, 0.2, 0.2, 0.3))
+support(D2)
+r(D2)(10)
+}
+\concept{multivariate distribution}
+\concept{discrete distribution}
+\keyword{distribution}
+\concept{S4 distribution class}
+\concept{generating function}
Modified: branches/distr-2.6/pkg/distrEx/man/EmpiricalMVDistribution.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/EmpiricalMVDistribution.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/EmpiricalMVDistribution.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -1,49 +1,49 @@
-\name{EmpiricalMVDistribution}
-\alias{EmpiricalMVDistribution}
-
-\title{Generating function for mulitvariate discrete distribution}
-\description{
- Generates an object of class \code{"DiscreteMVDistribution"}.
-}
-\usage{
-EmpiricalMVDistribution(data, Symmetry = NoSymmetry())
-}
-\arguments{
- \item{data}{ numeric matrix with data where the rows are
- interpreted as observations. }
- \item{Symmetry}{you may help \R in calculations if you tell it whether
- the distribution is non-symmetric (default) or symmetric with respect
- to a center.}
-}
-\details{
- The function is a simple utility function providing a wrapper to the
- generating function \code{\link{DiscreteDistribution}}.
-
- Typical usages are
- \preformatted{
- EmpiricalMVDistribution(data)
- }
-
- Identical rows are collapsed to unique support values.
- If \code{prob} is missing, all elements in \code{supp}
- are equally weighted.
-}
-\value{Object of class \code{"DiscreteMVDistribution"}}
-%\references{}
-\author{Matthias Kohl \email{Matthias.Kohl at stamats.de}}
-%\note{}
-\seealso{\code{\link{DiscreteMVDistribution}}}
-\examples{
-## generate some data
-X <- matrix(rnorm(50), ncol = 5)
-
-## empirical distribution of X
-D1 <- EmpiricalMVDistribution(data = X)
-support(D1)
-r(D1)(10)
-}
-\concept{multivariate distribution}
-\concept{empirical distribution}
-\keyword{distribution}
-\concept{S4 distribution class}
-\concept{generating function}
+\name{EmpiricalMVDistribution}
+\alias{EmpiricalMVDistribution}
+
+\title{Generating function for mulitvariate discrete distribution}
+\description{
+ Generates an object of class \code{"DiscreteMVDistribution"}.
+}
+\usage{
+EmpiricalMVDistribution(data, Symmetry = NoSymmetry())
+}
+\arguments{
+ \item{data}{ numeric matrix with data where the rows are
+ interpreted as observations. }
+ \item{Symmetry}{you may help \R in calculations if you tell it whether
+ the distribution is non-symmetric (default) or symmetric with respect
+ to a center.}
+}
+\details{
+ The function is a simple utility function providing a wrapper to the
+ generating function \code{\link{DiscreteDistribution}}.
+
+ Typical usages are
+ \preformatted{
+ EmpiricalMVDistribution(data)
+ }
+
+ Identical rows are collapsed to unique support values.
+ If \code{prob} is missing, all elements in \code{supp}
+ are equally weighted.
+}
+\value{Object of class \code{"DiscreteMVDistribution"}}
+%\references{}
+\author{Matthias Kohl \email{Matthias.Kohl at stamats.de}}
+%\note{}
+\seealso{\code{\link{DiscreteMVDistribution}}}
+\examples{
+## generate some data
+X <- matrix(rnorm(50), ncol = 5)
+
+## empirical distribution of X
+D1 <- EmpiricalMVDistribution(data = X)
+support(D1)
+r(D1)(10)
+}
+\concept{multivariate distribution}
+\concept{empirical distribution}
+\keyword{distribution}
+\concept{S4 distribution class}
+\concept{generating function}
Modified: branches/distr-2.6/pkg/distrEx/man/HellingerDist.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/HellingerDist.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/HellingerDist.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -149,7 +149,7 @@
Rieder, H. (1994) \emph{Robust Asymptotic Statistics}. New York: Springer.
}
\author{Matthias Kohl \email{Matthias.Kohl at stamats.de},\cr
- Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+ Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
%\note{ ~~further notes~~ }
\seealso{\code{\link{distrExIntegrate}}, \code{\link{ContaminationSize}},
\code{\link{TotalVarDist}}, \code{\link{KolmogorovDist}},
Modified: branches/distr-2.6/pkg/distrEx/man/KolmogorovDist.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/KolmogorovDist.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/KolmogorovDist.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -86,7 +86,7 @@
Rieder, H. (1994) \emph{Robust Asymptotic Statistics}. New York: Springer.
}
\author{Matthias Kohl \email{Matthias.Kohl at stamats.de},\cr
- Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+ Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
%\note{ ~~further notes~~ }
\seealso{\code{\link{ContaminationSize}}, \code{\link{TotalVarDist}},
\code{\link{HellingerDist}}, \code{\link[distr]{Distribution-class}}}
Modified: branches/distr-2.6/pkg/distrEx/man/OAsymTotalVarDist.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/OAsymTotalVarDist.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/OAsymTotalVarDist.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -161,7 +161,7 @@
Agostinelli, C and Ruckdeschel, P. (2009): A simultaneous inlier and outlier model
by asymmetric total variation distance.
}
-\author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+\author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
%\note{ ~~further notes~~ }
\seealso{\code{\link{TotalVarDist-methods}}, \code{\link{ContaminationSize}},
\code{\link{KolmogorovDist}}, \code{\link{HellingerDist}},
Modified: branches/distr-2.6/pkg/distrEx/man/PrognCondDistribution.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/PrognCondDistribution.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/PrognCondDistribution.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -33,7 +33,7 @@
\value{Object of class \code{"PrognCondDistribution"}}
%\references{}
\author{
- Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de},
+ Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de},
}
%\note{}
\seealso{\code{PrognCondDistribution-class}; demo(\file{Prognose.R}).}
Modified: branches/distr-2.6/pkg/distrEx/man/TotalVarDist.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/TotalVarDist.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/TotalVarDist.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -147,7 +147,7 @@
Rieder, H. (1994) \emph{Robust Asymptotic Statistics}. New York: Springer.
}
\author{Matthias Kohl \email{Matthias.Kohl at stamats.de},\cr
- Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+ Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
%\note{ ~~further notes~~ }
\seealso{\code{\link{TotalVarDist-methods}}, \code{\link{ContaminationSize}},
\code{\link{KolmogorovDist}}, \code{\link{HellingerDist}},
Modified: branches/distr-2.6/pkg/distrEx/man/Var.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/Var.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/Var.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -552,7 +552,7 @@
}}
%\references{ ~put references to the literature/web site here ~ }
-\author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+\author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
%\note{ ~~further notes~~ }
\section{Caveat}{
Modified: branches/distr-2.6/pkg/distrEx/man/distrExMASK.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/distrExMASK.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/distrExMASK.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -16,7 +16,7 @@
\value{no value is returned
}
-\author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+\author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
\examples{
distrExMASK()
}
Modified: branches/distr-2.6/pkg/distrEx/man/distrExMOVED.Rd
===================================================================
--- branches/distr-2.6/pkg/distrEx/man/distrExMOVED.Rd 2015-06-16 07:23:28 UTC (rev 1032)
+++ branches/distr-2.6/pkg/distrEx/man/distrExMOVED.Rd 2015-06-16 07:23:58 UTC (rev 1033)
@@ -16,7 +16,7 @@
\value{no value is returned
}
-\author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+\author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
\examples{
distrExMOVED()
}
Modified: branches/distr-2.6/pkg/distrEx/man/internals.Rd
===================================================================
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/distr -r 1033
More information about the Distr-commits
mailing list