Rcpp Version 1.0.9
Rcpp::stats::ChisqGenerator Class Reference

#include <rchisq.h>

Inheritance diagram for Rcpp::stats::ChisqGenerator:
Collaboration diagram for Rcpp::stats::ChisqGenerator:

Public Member Functions

 ChisqGenerator (double df_)
 
double operator() () const
 

Private Attributes

double df_2
 

Additional Inherited Members

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

Detailed Description

Definition at line 28 of file rchisq.h.

Constructor & Destructor Documentation

◆ ChisqGenerator()

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

Definition at line 31 of file rchisq.h.

Member Function Documentation

◆ operator()()

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

Definition at line 33 of file rchisq.h.

References df_2.

Member Data Documentation

◆ df_2

double Rcpp::stats::ChisqGenerator::df_2
private

Definition at line 38 of file rchisq.h.

Referenced by operator()().


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