https://github.com/cran/coin
Raw File
Tip revision: 2b221e4e7ade59d5c33d4f9f277e802c90a7656c authored by Torsten Hothorn on 26 April 2013, 00:00:00 UTC
version 1.0-22
Tip revision: 2b221e4
ExpectCovarInfluence-class.Rd
\name{ExpectCovarInfluence-class}
\docType{class}
\alias{ExpectCovarInfluence-class}

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