File: chgDefaults-methods.Rd

package info (click to toggle)
robustbase 0.99-4-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,552 kB
  • sloc: fortran: 3,245; ansic: 3,243; sh: 15; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (6)
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
\name{chgDefaults-methods}
\title{Change Defaults (Parameters) of "Psi Function" Objects}
\docType{methods}
\alias{chgDefaults}% the generic
\alias{chgDefaults-methods}
\alias{chgDefaults,ANY-method}
\alias{chgDefaults,psi_func-method}
\description{
  To modify an object of class \code{\linkS4class{psi_func}},
  i.e. typically change the tuning parameters, the generic function
  \code{chgDefaults()} is called and works via the corresponding method.
}
\section{Methods}{
  \describe{
    \item{\code{object = "psi_func"}}{The method is used to change the default
      values for the tuning parameters, and returns an object of class
      \code{\linkS4class{psi_func}}, a copy of input \code{object}
      with the slot \code{tDefs} possibly changed;.
    }
  }
}
\seealso{
  \code{\link{psiFunc}}
}
\examples{
## Hampel's psi and rho:
H.38 <- chgDefaults(hampelPsi, k = c(1.5, 3.5, 8))
H.38
plot(H.38)
## for more see  ?psiFunc
}
\keyword{methods}