shark::WilcoxonRankSumTest::Element Struct Reference

Stores information about an observation. More...

#include <shark/Statistics/Tests/WilcoxonRankSumTest.h>

Public Types

enum  Sample { SAMPLE_A, SAMPLE_B }
 

Public Member Functions

bool operator< (const Element &rhs) const
 

Public Attributes

double m_value
 
double m_rank
 
Sample m_sample
 

Detailed Description

Stores information about an observation.

Definition at line 48 of file WilcoxonRankSumTest.h.

Member Enumeration Documentation

§ Sample

Enumerator
SAMPLE_A 
SAMPLE_B 

Definition at line 49 of file WilcoxonRankSumTest.h.

Member Function Documentation

§ operator<()

bool shark::WilcoxonRankSumTest::Element::operator< ( const Element rhs) const
inline

Definition at line 57 of file WilcoxonRankSumTest.h.

References m_value.

Member Data Documentation

§ m_rank

double shark::WilcoxonRankSumTest::Element::m_rank

Definition at line 54 of file WilcoxonRankSumTest.h.

Referenced by shark::operator<<().

§ m_sample

Sample shark::WilcoxonRankSumTest::Element::m_sample

Definition at line 55 of file WilcoxonRankSumTest.h.

Referenced by shark::operator<<().

§ m_value

double shark::WilcoxonRankSumTest::Element::m_value

Definition at line 53 of file WilcoxonRankSumTest.h.

Referenced by operator<(), and shark::operator<<().


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