https://github.com/cran/coin
Raw File
Tip revision: 389e4a5209be7c48606497e8e167b00a11908cf4 authored by Torsten Hothorn on 30 October 2009, 00:00:00 UTC
version 1.0-9
Tip revision: 389e4a5
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