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
|
\name{mean-methods}
\docType{methods}
\alias{mean-methods}
\alias{mean<--methods}
\alias{mean}
\alias{mean<-}
\alias{mean,NormParameter-method}
\alias{mean,Norm-method}
\alias{mean<-,NormParameter-method}
\alias{mean<-,Norm-method}
\title{ Methods for Function mean in Package `distr' }
\description{mean-methods}
\section{Methods}{\describe{
\item{mean}{\code{signature(object = "NormParameter")}: returns the slot mean of the parameter of the distribution }
\item{mean<-}{\code{signature(object = "NormParameter")}: modifies the slot mean of the parameter of the distribution }
\item{mean}{\code{signature(object = "Norm")}: returns the slot mean of the parameter of the distribution }
\item{mean<-}{\code{signature(object = "Norm")}: modifies the slot mean of the parameter of the distribution }
}}
\keyword{methods}
\keyword{distribution}
\concept{parameter}
\concept{Normal distribution}
\concept{Gaussian distribution}
\concept{S4 parameter class}
\concept{location scale family}
\concept{location parameter}
\concept{accessor function}
\concept{replacement function}
|