|
tatami_stats
Matrix statistics for tatami
|
Result buffers for group_rss().
More...
#include <group_rss.hpp>
Public Attributes | |
| std::vector< Output_ * > | mean |
| std::vector< Output_ * > | rss |
| Count_ * | count |
Result buffers for group_rss().
| Output_ | Floating-point type of the output data. This should be capable of storing NaNs. |
| Count_ | Numeric type of the group sizes, typically integer. |
| std::vector<Output_*> tatami_stats::GroupRssBuffers< Output_, Count_ >::mean |
Vector of length equal to the number of groups. Each element is a pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After group_rss(), this is filled with the sample mean of each row/column for the corresponding group.
| std::vector<Output_*> tatami_stats::GroupRssBuffers< Output_, Count_ >::rss |
Vector of length equal to the number of groups. Each element is a pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After group_rss(), this is filled with the residual sum of squares of each row/column for the corresponding group.
| Count_* tatami_stats::GroupRssBuffers< Output_, Count_ >::count |
Pointer to an array of length equal to the number of groups. After group_rss(), this is filled with the group sizes.