tatami_stats
Matrix statistics for tatami
Loading...
Searching...
No Matches
tatami_stats.hpp
Go to the documentation of this file.
1#ifndef TATAMI_TATAMI_STATS_HPP
2#define TATAMI_TATAMI_STATS_HPP
3
4#include "count.hpp"
5#include "group_median.hpp"
6#include "group_sum.hpp"
7#include "group_variance.hpp"
8#include "median.hpp"
9#include "quantile.hpp"
10#include "range.hpp"
11#include "sum.hpp"
12#include "utils.hpp"
13#include "variance.hpp"
14
15#include "skip_nan/rss.hpp"
16
26namespace tatami_stats {
27
32namespace skip_nan {}
33
34}
35
36#endif
Compute row and column counts from a tatami::Matrix.
Compute group-wise medians from a tatami::Matrix.
Compute group-wise sums from a tatami::Matrix.
Compute group-wise variances from a tatami::Matrix.
Compute row and column medians from a tatami::Matrix.
Functions to compute statistics from a tatami::Matrix.
Definition count.hpp:20
Compute row and column quantiles from a tatami::Matrix.
Compute row and column ranges from a tatami::Matrix.
Compute row and column residual sum of squares after skipping NaNs.
Compute row and column sums from a tatami::Matrix.
Compute row and column variances from a tatami::Matrix.