|
tatami_stats
Matrix statistics for tatami
|
Results of group_variance().
More...
#include <group_variance.hpp>
Public Attributes | |
| std::vector< std::vector< Output_ > > | mean |
| std::vector< std::vector< Output_ > > | variance |
Results of group_variance().
| Output_ | Floating-point type of the output data. This should be capable of storing NaNs. |
| std::vector<std::vector<Output_> > tatami_stats::GroupVarianceResult< Output_ >::mean |
Vector of length equal to the number of groups. Each element is a vector of length equal to the appropriate dimension extent (rows for row = true, columns otherwise), containing the sample mean of each row/column.
| std::vector<std::vector<Output_> > tatami_stats::GroupVarianceResult< Output_ >::variance |
Vector of length equal to the number of groups. Each element is a vector of length equal to the appropriate dimension extent (rows for row = true, columns otherwise), containing the sample variance of each row/column.