Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::stats::TGenerator Class Reference

#include <rt.h>

Inheritance diagram for Rcpp::stats::TGenerator:
Collaboration diagram for Rcpp::stats::TGenerator:

Public Member Functions

 TGenerator (double df_)
double operator() () const

Private Attributes

double df
double df_2

Additional Inherited Members

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

Detailed Description

Definition at line 29 of file rt.h.

Constructor & Destructor Documentation

Rcpp::stats::TGenerator::TGenerator ( double  df_)
inline

Definition at line 32 of file rt.h.

Member Function Documentation

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

Definition at line 34 of file rt.h.

References df, df_2, and R::norm_rand().

Here is the call graph for this function:

Member Data Documentation

double Rcpp::stats::TGenerator::df
private

Definition at line 46 of file rt.h.

Referenced by operator()().

double Rcpp::stats::TGenerator::df_2
private

Definition at line 46 of file rt.h.

Referenced by operator()().


The documentation for this class was generated from the following file: