Rcpp Version 1.0.9
|
#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 |
|
inline |
Definition at line 101 of file median.h.
References Rcpp::any(), Rcpp::sugar::median_detail::half(), Rcpp::is_na(), and Rcpp::sugar::Median< RTYPE, NA, T, NA_RM >::x.
|
private |
Definition at line 95 of file median.h.
Referenced by Rcpp::sugar::Median< RTYPE, NA, T, NA_RM >::operator result_type(), Rcpp::sugar::Median< RTYPE, NA, T, true >::operator result_type(), Rcpp::sugar::Median< RTYPE, false, T, NA_RM >::operator result_type(), Rcpp::sugar::Median< STRSXP, NA, T, NA_RM >::operator result_type(), Rcpp::sugar::Median< STRSXP, NA, T, true >::operator result_type(), and Rcpp::sugar::Median< STRSXP, false, T, true >::operator result_type().