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

Compute row and column residual sum of squares after skipping NaNs. More...

Go to the source code of this file.

Classes

struct  tatami_stats::skip_nan::RssOptions
 Options for skip_nan::rss(). More...
 
struct  tatami_stats::skip_nan::RssBuffers< Output_, Count_ >
 Result buffers for skip_nan::rss(). More...
 
struct  tatami_stats::skip_nan::RssResult< Output_, Count_ >
 Results of skip_nan::rss(). More...
 

Namespaces

namespace  tatami_stats
 Functions to compute statistics from a tatami::Matrix.
 
namespace  tatami_stats::skip_nan
 Compute statistics from a tatami::Matrix while skipping NaNs.
 

Functions

template<typename Value_ , typename Index_ , typename Output_ , typename Count_ >
void tatami_stats::skip_nan::rss (bool row, const tatami::Matrix< Value_, Index_ > &mat, RssBuffers< Output_, Count_ > &output, const RssOptions &opt)
 
template<typename Output_ = double, typename Count_ , typename Value_ , typename Index_ >
RssResult< Output_, Count_ > tatami_stats::skip_nan::rss (bool row, const tatami::Matrix< Value_, Index_ > &mat, const RssOptions &opt)
 

Detailed Description

Compute row and column residual sum of squares after skipping NaNs.