|
Rcpp Version 1.1.2
|
#include <median.h>
Public Types | |
| enum | { RESULT_RTYPE = median_detail::result<RTYPE>::rtype } |
| typedef median_detail::result< RTYPE >::type | result_type |
| typedef Rcpp::traits::storage_type< RTYPE >::type | stored_type |
| typedef T | VECTOR |
Public Member Functions | |
| Median (const VECTOR &xx) | |
| operator result_type () | |
Private Attributes | |
| VECTOR | x |
| typedef median_detail::result<RTYPE>::type Rcpp::sugar::Median< RTYPE, NA, T, NA_RM >::result_type |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Median< RTYPE, NA, T, NA_RM >::stored_type |
| typedef T Rcpp::sugar::Median< RTYPE, NA, T, NA_RM >::VECTOR |
| anonymous enum |
|
inline |
Definition at line 98 of file median.h.
References Rcpp::clone(), and x.

|
inline |
Definition at line 101 of file median.h.
References Rcpp::any(), Rcpp::traits::get_na(), Rcpp::sugar::median_detail::half(), Rcpp::is_na(), Rcpp::sugar::median_detail::less(), and x.

|
private |
Definition at line 95 of file median.h.
Referenced by Median(), and operator result_type().