| User Documentation |
| RAVL, Recognition And Vision Library |
| DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
| Ravl - Math - Statistics - RealT StatNonCentralBetaQ(RealT x,RealT a,RealT b,RealT d) |
| RealT StatNonCentralBetaQ(RealT x,RealT a,RealT b,RealT d) | |
| Compute the cumulative non-central beta distribution function. | |
| include | "Ravl/Statistics.hh" |
| User Level: | Normal |
| Library: | RavlMath |
| In Scope: | RavlN |
a,b = distribution parameters (a,b > 0)
d = non-centrality parameter (d >= 0)
return value: Qb_nc = integral of the noncentral beta density
from 0 to x
| Maintainer:Daniel A. Atkinson, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002 |