Rcpp Version 0.9.10
Rcpp::stats::WeibullGenerator Class Reference

#include <rweibull.h>

Inheritance diagram for Rcpp::stats::WeibullGenerator:
Collaboration diagram for Rcpp::stats::WeibullGenerator:

List of all members.

Public Member Functions

 WeibullGenerator (double shape_, double scale_)
double operator() () const

Private Attributes

double shape_inv
double scale

Detailed Description

Definition at line 28 of file rweibull.h.


Constructor & Destructor Documentation

Rcpp::stats::WeibullGenerator::WeibullGenerator ( double  shape_,
double  scale_ 
) [inline]

Definition at line 31 of file rweibull.h.


Member Function Documentation

double Rcpp::stats::WeibullGenerator::operator() ( ) const [inline]

Definition at line 34 of file rweibull.h.

References scale, and shape_inv.


Member Data Documentation

Definition at line 40 of file rweibull.h.

Referenced by operator()().

Definition at line 39 of file rweibull.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines