https://github.com/cran/coin
Raw File
Tip revision: 1d1da53d71a24a7cd371709574597ca3332c7d69 authored by Torsten Hothorn on 14 March 2005, 00:00:00 UTC
version 0.2-9
Tip revision: 1d1da53
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