Functions

randpoisson.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTAVE_API void oct_fill_randp (double L, octave_idx_type n, double *p)
OCTAVE_API double oct_randp (double L)

Function Documentation

OCTAVE_API void oct_fill_randp ( double  L,
octave_idx_type  n,
double p 
)

Definition at line 406 of file randpoisson.c.

References floor(), INFINITE, NAN, poisson_cdf_lookup(), pprsc(), and RNOR.

Referenced by octave_rand::fill().

OCTAVE_API double oct_randp ( double  L  ) 

Definition at line 438 of file randpoisson.c.

References floor(), INFINITE, poisson_rejection(), and RNOR.

Referenced by octave_rand::do_scalar().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines