tatami_stats
Matrix statistics for tatami
Loading...
Searching...
No Matches
quantile.hpp File Reference

Compute row and column quantiles from a tatami::Matrix. More...

Go to the source code of this file.

Classes

struct  tatami_stats::QuantileOptions
 Options for quantile(). More...
 

Namespaces

namespace  tatami_stats
 Functions to compute statistics from a tatami::Matrix.
 

Functions

template<typename Value_ , typename Index_ , typename Output_ >
void tatami_stats::quantile (const bool row, const tatami::Matrix< Value_, Index_ > &mat, const double prob, Output_ *const output, const QuantileOptions &opt)
 
template<typename Output_ = double, typename Value_ , typename Index_ >
std::vector< Output_ > tatami_stats::quantile (const bool row, const tatami::Matrix< Value_, Index_ > &mat, const double prob, const QuantileOptions &opt)
 

Detailed Description

Compute row and column quantiles from a tatami::Matrix.