Developer Documentation |
RAVL, Recognition And Vision Library |
USER | 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" |
Source file: | Ravl/Math/Statistics/MeanCovariance/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 09:59:57 2002 |