The R Project SVN R

Rev

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

Rev 11499 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 qnbinom(double p, double n, double pr, int lower_tail, int log_p)
23
 *	double qnbinom(double p, double n, double pr, int lower_tail, int log_p)
24
 *
24
 *
25
 *  DESCRIPTION
25
 *  DESCRIPTION
26
 *
26
 *
27
 *	The quantile function of the negative binomial distribution.
27
 *	The quantile function of the negative binomial distribution.