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