File: NoSymmetry-class.Rd

package info (click to toggle)
r-cran-distr 2.9.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,344 kB
  • sloc: ansic: 199; sh: 13; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\name{NoSymmetry-class}
\docType{class}
\alias{NoSymmetry-class}

\title{Class for Non-symmetric Distributions}
\description{Class for non-symmetric distributions.}
\section{Objects from the Class}{
  Objects can be created by calls of the form \code{new("NoSymmetry")}.
  More frequently they are created via the generating function 
  \code{NoSymmetry}.
}
\section{Slots}{
  \describe{
    \item{\code{type}}{Object of class \code{"character"}:
      contains \dQuote{non-symmetric distribution} }
    \item{\code{SymmCenter}}{Object of class \code{"NULL"} }
  }
}
\section{Extends}{
Class \code{"DistributionSymmetry"}, directly.\cr
Class \code{"Symmetry"}, by class \code{"DistributionSymmetry"}.
}
%\section{Methods}{}
%\references{}
\author{Matthias Kohl \email{Matthias.Kohl@stamats.de}}
%\note{}
\seealso{\code{\link{NoSymmetry}}, \code{\link[distr]{Distribution-class}}}
\examples{
new("NoSymmetry")
}
\concept{symmetry}
\keyword{classes}
\keyword{distribution}