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 "counts.hpp"
5#include "grouped_medians.hpp"
6#include "grouped_sums.hpp"
8#include "medians.hpp"
9#include "ranges.hpp"
10#include "sums.hpp"
11#include "utils.hpp"
12#include "variances.hpp"
13
23namespace tatami_stats {}
24
25#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 counts.hpp:18
Compute row and column ranges from a tatami::Matrix.
Compute row and column sums from a tatami::Matrix.
Utilities for computing matrix statistics.
Compute row and column variances from a tatami::Matrix.