Functions

float max_value () const
 
float min_value () const
 
float p25 () const
 
float p50 () const
 
float p75 () const
 
float lower () const
 
float upper () const
 
const float_vector_t & outliers () const
 
size_t data_point_count () const
 

Detailed Description

Point on a candle stick plot

See full class description

Function Documentation

size_t data_point_count ( ) const
inline

Get number of points the candle stick summarizes

Returns
number of data points
float lower ( ) const
inline

Get the lower spread

Returns
lower spread
float max_value ( ) const
inline

Get maximum y-value

Returns
maximum y-value
float min_value ( ) const
inline

Get minimum y-value

Returns
minimum y-value
const float_vector_t& outliers ( ) const
inline

Get the upper spread

Returns
upper spread
float p25 ( ) const
inline

Get the 25th percentile

Returns
25th percentile
float p50 ( ) const
inline

Get the 25th percentile

Returns
25th percentile
float p75 ( ) const
inline

Get the 25th percentile

Returns
25th percentile
float upper ( ) const
inline

Get the upper spread

Returns
upper spread