About Chandra Archive Proposer Instruments & Calibration Newsletters Data Analysis HelpDesk Calibration Database NASA Archives & Centers Chandra Science Links

Skip the navigation links
Last modified: April 2009

URL: http://cxc.harvard.edu/sherpa4.1/igamc.sl.html
AHELP for Sherpa 4.1

igamc

Context: sl.sherpa

Synopsis

Calculate the compliment of the incomplete Gamma function (upper)

Syntax

igamc(a,x);

Description

Calculate the CEPHES function, igamc, in the range [a > 0; x > 0]. The function is defined as

The function, igamc, is defined by

igamc(a,x) = 1 - igam(a,x)

           = 1/sqrt(a) Int_(x)^(Inf) e^(-t) t^(a-1) dt

In this implementation, both arguments must be positive. The integral is evaluated by either a power series or continued fraction expansion, depending on the relative values of a and x. Arguments can be in scalar or array form.

Accuracy

Tested at random a, x.

a x Relative error:

arithmetic domain domain # trials peak rms
IEEE 0.5,100 0,100 200000 1.9e-14 1.7e-15
IEEE 0.01,0.5 0,100 200000 1.4e-13 1.6e-15

Reference

Cephes Math Library Release 2.0: April, 1987. Copyright 1985, 1987 by Stephen L. Moshier. Direct inquiries to 30 Frost Street, Cambridge, MA 02140.

Example 1

sherpa> igamc(1,2);

Calculate igamc with a=1, x=2.

Example 2

sherpa> igamc([1,2],[2,3]);

Calculate igamc with a=[1,2], x=[2,3] .

Bugs

See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.

Last modified: April 2009



The Chandra X-Ray Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory.
60 Garden Street, Cambridge, MA 02138 USA.    Email: cxcweb@head.cfa.harvard.edu
Smithsonian Institution, Copyright © 1998-2004. All rights reserved.