tatami_stats
Matrix statistics for tatami
Loading...
Searching...
No Matches
tatami_stats::VarianceResult< Output_ > Struct Template Reference

Results of variance(). More...

#include <variance.hpp>

Public Attributes

std::vector< Output_ > mean
 
std::vector< Output_ > variance
 

Detailed Description

template<typename Output_>
struct tatami_stats::VarianceResult< Output_ >

Results of variance().

Template Parameters
Output_Floating-point type of the output data. This should be capable of storing NaNs.

Member Data Documentation

◆ mean

template<typename Output_ >
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.

◆ variance

template<typename Output_ >
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.


The documentation for this struct was generated from the following file: