| Developer Documentation |
| RAVL, Recognition And Vision Library |
| USER | HOME PAGE | CLASS LIST | CONTENTS |
| Ravl - Math - Statistics - RealT StatNonCentralGamaQ(RealT x,RealT a,RealT d) |
| RealT StatNonCentralGamaQ(RealT x,RealT a,RealT d) | |
| Compute the non-central gamma cumulative distribution function. | |
| include | "Ravl/Statistics.hh" |
| Source file: | Ravl/Math/Statistics/MeanCovariance/Statistics.hh |
| User Level: | Normal |
| Library: | RavlMath |
| In Scope: | RavlN |
a = distribution parameter (a > 0)
d = non-centrality parameter (d >= 0)
return value: Qg_nc = integral of noncentral gamma density from
x to infinity
| Maintainer:Daniel A. Atkinson, Documentation by CxxDoc: Tue Aug 13 09:59:57 2002 |