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


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
| typedef double(* | FunPtr) (double, double, int, int) |
| Public Types inherited from Rcpp::VectorBase< REALSXP, NA, P1< 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 | |
| P1 (FunPtr ptr_, const VEC_TYPE &vec_, double p0_, bool lower_tail=true, bool log_=false) | |
| double | operator[] (int i) const |
| int | size () const |
| Public Member Functions inherited from Rcpp::VectorBase< REALSXP, NA, P1< RTYPE, NA, T > > | |
| P1< RTYPE, NA, T > & | get_ref () |
| 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 |
| int | lower |
| int | log |
| typedef double(* Rcpp::stats::P1< RTYPE, NA, T >::FunPtr) (double, double, int, int) |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::stats::P1< RTYPE, NA, T >::VEC_TYPE |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 166 of file dpq.h.
Referenced by operator[](), and P1().
|
private |
Definition at line 166 of file dpq.h.
Referenced by operator[](), and P1().
|
private |
Definition at line 165 of file dpq.h.
Referenced by operator[](), and P1().
|
private |
Definition at line 163 of file dpq.h.
Referenced by operator[](), and P1().
|
private |
Definition at line 164 of file dpq.h.
Referenced by operator[](), P1(), and size().