Rcpp Version 0.9.10
Rcpp::stats::TGenerator Class Reference

#include <rt.h>

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

List of all members.

Public Member Functions

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

Private Attributes

double df
double df_2

Detailed Description

Definition at line 28 of file rt.h.


Constructor & Destructor Documentation

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

Definition at line 31 of file rt.h.


Member Function Documentation

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

Definition at line 33 of file rt.h.

References df, and df_2.


Member Data Documentation

double Rcpp::stats::TGenerator::df [private]

Definition at line 45 of file rt.h.

Referenced by operator()().

Definition at line 45 of file rt.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