[go: up one dir, main page]

File: VaR.Rd

package info (click to toggle)
r-cran-actuar 3.3-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,960 kB
  • sloc: ansic: 7,899; makefile: 18; sh: 13
file content (28 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (3)
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{VaR}
\alias{VaR}
\title{Value at Risk}
\description{
  Value at Risk.
}
\usage{
VaR(x, \dots)
}  
\arguments{
  \item{x}{an \R object.}
  \item{\dots}{further arguments passed to or from other methods.}
}
\details{
  This is a generic function with, currently, only a method for objects
  of class \code{"aggregateDist"}.
}
\value{
  An object of class \code{numeric}.
}
\seealso{
  \code{\link{VaR.aggregateDist}}, \code{\link{aggregateDist}}
}
\author{
  Vincent Goulet \email{vincent.goulet@act.ulaval.ca} and 
  Tommy Ouellet
}
\keyword{univar}