|
Rcpp Version 0.9.10
|
#include <rweibull.h>


Public Member Functions | |
| WeibullGenerator (double shape_, double scale_) | |
| double | operator() () const |
Private Attributes | |
| double | shape_inv |
| double | scale |
Definition at line 28 of file rweibull.h.
| Rcpp::stats::WeibullGenerator::WeibullGenerator | ( | double | shape_, |
| double | scale_ | ||
| ) | [inline] |
Definition at line 31 of file rweibull.h.
| double Rcpp::stats::WeibullGenerator::operator() | ( | ) | const [inline] |
Definition at line 34 of file rweibull.h.
double Rcpp::stats::WeibullGenerator::scale [private] |
Definition at line 40 of file rweibull.h.
Referenced by operator()().
double Rcpp::stats::WeibullGenerator::shape_inv [private] |
Definition at line 39 of file rweibull.h.
Referenced by operator()().