~ubuntu-branches/ubuntu/trusty/r-cran-sn/trusty

« back to all changes in this revision

Viewing changes to man/T.Owen.Rd

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2014-01-14 06:28:00 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140114062800-yntgbps6kq5et10c
Tags: 1.0-0-1
* New upstream release

* debian/control: Add (Build-)Depends on r-cran-numderiv nomnormt (>= 1.3-1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%  file sn/man/T.Owen.Rd  
 
2
%  This file is a component of the package 'sn' for R
 
3
%  copyright (C) 1997-2013 Adelchi Azzalini
 
4
%---------------------
1
5
\name{T.Owen}
2
6
\alias{T.Owen}
3
7
\title{
4
8
Owen's function
5
9
}
6
10
\description{
7
 
Evaluates function \emph{T(h,a)} studied by D.B.Owen
 
11
Evaluates function \eqn{T(h,a)} studied by D.B.Owen
8
12
}
9
13
\usage{
10
 
T.Owen(h, a, jmax=50, cut.point=6)
 
14
T.Owen(h, a, jmax=50, cut.point=8)
11
15
}
12
16
\arguments{
13
17
\item{h}{
22
26
}
23
27
\item{cut.point}{
24
28
a scalar value which regulates the behaviour of the algorithm, as
25
 
explained by the details below.
 
29
explained by the details below (default value: \code{8}).
26
30
}}
27
31
\value{
28
32
a numerical vector
35
39
are exploited. See the reference below for more information.
36
40
}
37
41
\section{Background}{
38
 
The function \emph{T(h,a)} is useful for the computation of the bivariate
39
 
normal distribution function and related quantities, including the 
40
 
distribution function of a skew-normal variate, \code{psn}.
41
 
See the reference below for more information on  \emph{T(h,a)}.
 
42
The function \emph{T(h,a)} studied by Owen (1956) is useful for the computation 
 
43
of the bivariate normal distribution function and related quantities, 
 
44
including the distribution function of a skew-normal variate; see \code{psn}.
 
45
See the reference below for more information on function \eqn{T(h,a)}.
42
46
}
 
47
 
 
48
\author{Adelchi Azzalini and Francesca Furlan}
 
49
 
43
50
\references{
44
51
Owen, D. B. (1956).
45
52
Tables for computing bivariate normal probabilities.
46
53
\emph{Ann. Math. Statist.}
47
54
\bold{27}, 1075-1090.
48
55
}
49
 
\seealso{
50
 
 \code{\link{psn}}
51
 
}
52
 
\examples{
53
 
owen <- T.Owen(1:10, 2)
54
 
}
 
56
 
 
57
\seealso{ \code{\link{psn}}}
 
58
 
 
59
\examples{ owen <- T.Owen(1:10, 2)}
 
60
 
55
61
\keyword{math}