Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::stats::LogisGenerator Class Reference

#include <rlogis.h>

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

Public Member Functions

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

Private Attributes

double location
double scale

Additional Inherited Members

Public Types inherited from Rcpp::Generator< double >
typedef double r_generator

Detailed Description

Definition at line 28 of file rlogis.h.

Constructor & Destructor Documentation

◆ LogisGenerator()

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

Definition at line 31 of file rlogis.h.

References location, and scale.

Member Function Documentation

◆ operator()()

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

Definition at line 34 of file rlogis.h.

References location, and scale.

Member Data Documentation

◆ location

double Rcpp::stats::LogisGenerator::location
private

Definition at line 40 of file rlogis.h.

Referenced by LogisGenerator(), and operator()().

◆ scale

double Rcpp::stats::LogisGenerator::scale
private

Definition at line 41 of file rlogis.h.

Referenced by LogisGenerator(), and operator()().


The documentation for this class was generated from the following file:
  • inst/include/Rcpp/stats/random/rlogis.h