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