Revision 60fafa14b471f505570c2c85e69cb2cf2e495536 authored by Torsten Hothorn on 15 June 2005, 00:00:00 UTC, committed by Gabor Csardi on 15 June 2005, 00:00:00 UTC
1 parent 6bfd136
Raw File
ExpectCovar-class.Rd
\name{ExpectCovar-class}
\docType{class}
\alias{ExpectCovar-class}

\title{Class "ExpectCovar"}
\description{  Conditional expectation and covariance of linear statistics }
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("ExpectCovar", ...)}.
Normally, this class is used internally only.
}
\section{Slots}{
  \describe{
    \item{\code{expectation}:}{Object of class \code{"numeric"}}
    \item{\code{covariance}:}{Object of class \code{"matrix"}}
    \item{\code{dimension}:}{Object of class \code{"integer"}}
  }
}
\keyword{classes}
back to top