#include <memory>
#include <iterator>
#include <limits>
Go to the source code of this file.
|
template<typename Derived , typename Urng > |
using | Eigen::Rand::NegativeBinomialType = CwiseNullaryOp< internal::scalar_rng_adaptor< NegativeBinomialGen< typename Derived::Scalar >, typename Derived::Scalar, Urng, true >, const Derived > |
|
|
template<typename Derived , typename Urng > |
const NegativeBinomialType< Derived, Urng > | Eigen::Rand::negativeBinomial (Index rows, Index cols, Urng &&urng, typename Derived::Scalar trials=1, double p=0.5) |
| generates reals on the negative binomial distribution. More...
|
|
template<typename Derived , typename Urng > |
const NegativeBinomialType< Derived, Urng > | Eigen::Rand::negativeBinomialLike (Derived &o, Urng &&urng, typename Derived::Scalar trials=1, double p=0.5) |
| generates reals on the negative binomial distribution. More...
|
|
- Author
- bab2min (bab2m.nosp@m.in@g.nosp@m.mail..nosp@m.com)
- Version
- 0.3.0
- Date
- 2020-10-07
- Copyright
- Copyright (c) 2020