Rcpp Version 0.9.10
Rcpp::stats::LogisGenerator Class Reference

#include <rlogis.h>

Inheritance diagram for Rcpp::stats::LogisGenerator:
Collaboration diagram for Rcpp::stats::LogisGenerator:

List of all members.

Public Member Functions

 LogisGenerator (double location_, double scale_)
double operator() () const

Private Attributes

double location
double scale

Detailed Description

Definition at line 28 of file rlogis.h.


Constructor & Destructor Documentation

Rcpp::stats::LogisGenerator::LogisGenerator ( double  location_,
double  scale_ 
) [inline]

Definition at line 31 of file rlogis.h.


Member Function Documentation

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

Definition at line 34 of file rlogis.h.

References location, and scale.


Member Data Documentation

Definition at line 40 of file rlogis.h.

Referenced by operator()().

Definition at line 41 of file rlogis.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