Learn R Programming

PowerTOST (version 1.3-5)

OwensT: Owen's T-function

Description

Calculates the definite integral from 0 to a of exp(-0.5*h^2*(1+x^2))/(1+x^2)/(2*pi).

Usage

OwensT(h, a)

Arguments

h
parameter h
a
upper limit of integration

Value

  • Numeric value of the definite integral.

Details

The function is simply implemented via stats function integrate().

See Also

OwensQOwen, OwensQ

Examples

Run this code
OwensT(2.5,0.75)
# should give [1] 0.002986697

Run the code above in your browser using DataLab