|
tatami_stats
Matrix statistics for tatami
|
Result buffers for skip_nan::rss().
More...
#include <rss.hpp>
Public Attributes | |
| Output_ * | mean |
| Output_ * | rss |
| Count_ * | count |
Result buffers for skip_nan::rss().
| Output_ | Floating-point type of the output data. This should be capable of storing NaNs. |
| Count_ | Numeric type of the non-NaN counts. This is typically an integer type. |
| Output_* tatami_stats::skip_nan::RssBuffers< Output_, Count_ >::mean |
Pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After skip_nan::rss(), this is filled with the sample mean of each row/column.
| Output_* tatami_stats::skip_nan::RssBuffers< Output_, Count_ >::rss |
Pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After skip_nan::rss(), this is filled with the RSS of each row/column.
| Count_* tatami_stats::skip_nan::RssBuffers< Output_, Count_ >::count |
Pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After skip_nan::rss(), this is filled with the number of unskipped observations in each row/column.