Toggle navigation
gsl-fortran/gsl_randist
Contents
Source File
Modules
Procedures
Source File
Modules
Procedures
gsl_ran_hypergeometric_pdf
Interface
1063 statements
Source File
gsl_randist.f90
gsl_randist_m
gsl_ran_hypergeometric_pdf
Contents
None
interface
public function gsl_ran_hypergeometric_pdf(k, n1, n2, t) bind(c)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=c_int),
value
::
k
integer(kind=c_int),
value
::
n1
integer(kind=c_int),
value
::
n2
integer(kind=c_int),
value
::
t
Return Value
real(kind=c_double)