|
tatami_stats
Matrix statistics for tatami
|
Result buffers for variance().
More...
#include <variance.hpp>
Public Attributes | |
| Output_ * | mean |
| Output_ * | variance |
Result buffers for variance().
| Output_ | Floating-point type of the output data. This should be capable of storing NaNs. |
| Output_* tatami_stats::VarianceBuffers< Output_ >::mean |
Pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After variance(), this is filled with the sample mean of each row/column.
| Output_* tatami_stats::VarianceBuffers< Output_ >::variance |
Pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After variance(), this is filled with the sample variance of each row/column.