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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
\name{location-methods}
\docType{methods}
\alias{location-methods}
\alias{location<--methods}
\alias{location}
\alias{location<-}
\alias{location,LogisParameter-method}
\alias{location,Logis-method}
\alias{location,CauchyParameter-method}
\alias{location,Cauchy-method}
\alias{location,DiracParameter-method}
\alias{location,Dirac-method}
\alias{location<-,LogisParameter-method}
\alias{location<-,Logis-method}
\alias{location<-,CauchyParameter-method}
\alias{location<-,Cauchy-method}
\alias{location<-,DiracParameter-method}
\alias{location<-,Dirac-method}
\title{ Methods for Function location in Package `distr' }
\description{location-methods}
\section{Methods}{\describe{
\item{location}{\code{signature(object = "LogisParameter")}: returns the slot \code{location} of the parameter of the distribution }
\item{location<-}{\code{signature(object = "LogisParameter")}: modifies the slot \code{location} of the parameter of the
distribution }
\item{location}{\code{signature(object = "Logis")}: returns the slot \code{location} of the parameter of the distribution }
\item{location<-}{\code{signature(object = "Logis")}: modifies the slot \code{location} of the parameter of the distribution }
\item{location}{\code{signature(object = "CauchyParameter")}: returns the slot \code{location} of the parameter of the distribution }
\item{location<-}{\code{signature(object = "CauchyParameter")}: modifies the slot \code{location} of the parameter of the
distribution }
\item{location}{\code{signature(object = "Cauchy")}: returns the slot \code{location} of the parameter of the distribution }
\item{location<-}{\code{signature(object = "Cauchy")}: modifies the slot \code{location} of the parameter of the distribution }
\item{location}{\code{signature(object = "DiracParameter")}: returns the slot \code{location} of the parameter of the distribution }
\item{location<-}{\code{signature(object = "DiracParameter")}: modifies the slot \code{location} of the parameter of the
distribution}
\item{location}{\code{signature(object = "Dirac")}: returns the slot \code{location} of the parameter of the distribution }
\item{location<-}{\code{signature(object = "Dirac")}: modifies the slot \code{location} of the parameter of the distribution }
}}
\keyword{methods}
\keyword{distribution}
\concept{parameter}
\concept{Dirac distribution}
\concept{Cauchy distribution}
\concept{S4 parameter class}
\concept{accessor function}
\concept{replacement function}
\concept{location scale family}
\concept{location parameter}
|