Rcpp Version 1.0.9
Rcpp::stats::NChisqGenerator Class Reference

#include <rnchisq.h>

Inheritance diagram for Rcpp::stats::NChisqGenerator:
Collaboration diagram for Rcpp::stats::NChisqGenerator:

Public Member Functions

 NChisqGenerator (double df_, double lambda_)
 
double operator() () const
 

Private Attributes

double df
 
double df_2
 
double lambda_2
 

Additional Inherited Members

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

Detailed Description

Definition at line 28 of file rnchisq.h.

Constructor & Destructor Documentation

◆ NChisqGenerator()

Rcpp::stats::NChisqGenerator::NChisqGenerator ( double  df_,
double  lambda_ 
)
inline

Definition at line 31 of file rnchisq.h.

Member Function Documentation

◆ operator()()

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

Definition at line 34 of file rnchisq.h.

References df, df_2, and lambda_2.

Member Data Documentation

◆ df

double Rcpp::stats::NChisqGenerator::df
private

Definition at line 46 of file rnchisq.h.

Referenced by operator()().

◆ df_2

double Rcpp::stats::NChisqGenerator::df_2
private

Definition at line 47 of file rnchisq.h.

Referenced by operator()().

◆ lambda_2

double Rcpp::stats::NChisqGenerator::lambda_2
private

Definition at line 48 of file rnchisq.h.

Referenced by operator()().


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