The R Project SVN R

Rev

Rev 17470 | Rev 37263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17470 Rev 19500
Line 17... Line 17...
17
 *  along with this program; if not, write to the Free Software
17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
19
 *
19
 *
20
 *  SYNOPSIS
20
 *  SYNOPSIS
21
 *
21
 *
22
 *    #include "Rmath.h"
22
 *    #include <Rmath.h>
23
 *    double rnbinom(double n, double p)
23
 *    double rnbinom(double n, double p)
24
 *
24
 *
25
 *  DESCRIPTION
25
 *  DESCRIPTION
26
 *
26
 *
27
 *    Random variates from the negative binomial distribution.
27
 *    Random variates from the negative binomial distribution.