Java org.apache.commons.math3.distribution PascalDistribution fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.distribution PascalDistribution fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.distribution PascalDistribution.

The text is from its open source code.

Constructor

PascalDistribution(RandomGenerator rng, int r, double p)
Create a Pascal distribution with the given number of successes and probability of success.