|
Rcpp Version 1.0.14
|
#include <dpq.h>


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
| typedef double(* | FunPtr) (double, double, double, int, int) |
Public Types inherited from Rcpp::VectorBase< REALSXP, NA, Q2< RTYPE, NA, T > > | |
| typedef traits::storage_type< RTYPE >::type | stored_type |
| typedef traits::storage_type< RTYPE >::type | elem_type |
| typedef iter_base< iter_traits > | iterator |
| typedef iter_base< const_iter_traits > | const_iterator |
Public Member Functions | |
| Q2 (FunPtr ptr_, const VEC_TYPE &vec_, double p0_, double p1_, bool lower_tail=true, bool log_=false) | |
| double | operator[] (int i) const |
| int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< REALSXP, NA, Q2< RTYPE, NA, T > > | |
| Q2< RTYPE, NA, T > & | get_ref () |
| const Q2< RTYPE, NA, T > & | get_ref () const |
| stored_type | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
Private Attributes | |
| FunPtr | ptr |
| const VEC_TYPE & | vec |
| double | p0 |
| double | p1 |
| int | lower |
| int | log |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::stats::Q2< RTYPE, NA, T >::VEC_TYPE |
|
inline |
Definition at line 277 of file dpq.h.
References Rcpp::stats::Q2< RTYPE, NA, T >::log, Rcpp::stats::Q2< RTYPE, NA, T >::lower, Rcpp::stats::Q2< RTYPE, NA, T >::p0, Rcpp::stats::Q2< RTYPE, NA, T >::p1, Rcpp::stats::Q2< RTYPE, NA, T >::ptr, and Rcpp::stats::Q2< RTYPE, NA, T >::vec.
|
inline |
Definition at line 281 of file dpq.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::size(), and Rcpp::stats::Q2< RTYPE, NA, T >::vec.

Definition at line 287 of file dpq.h.
Referenced by Rcpp::stats::Q2< RTYPE, NA, T >::operator[]().
Definition at line 287 of file dpq.h.
Referenced by Rcpp::stats::Q2< RTYPE, NA, T >::operator[]().
Definition at line 286 of file dpq.h.
Referenced by Rcpp::stats::Q2< RTYPE, NA, T >::operator[]().
Definition at line 286 of file dpq.h.
Referenced by Rcpp::stats::Q2< RTYPE, NA, T >::operator[]().
Definition at line 284 of file dpq.h.
Referenced by Rcpp::stats::Q2< RTYPE, NA, T >::operator[]().
|
private |
Definition at line 285 of file dpq.h.
Referenced by Rcpp::stats::Q2< RTYPE, NA, T >::operator[](), and Rcpp::stats::Q2< RTYPE, NA, T >::size().