#include <candle_stick_point.h>
|
| candle_stick_point (const float x=0, const float p25=0, const float p50=0, const float p75=0, const float lower=std::numeric_limits< y_type >::quiet_NaN(), const float upper=std::numeric_limits< y_type >::quiet_NaN(), const size_t data_point_count=0, const float_vector_t &outliers=float_vector_t()) |
|
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 |
|
| data_point (const x_type x=0, const y_type y=0) |
|
float | x () const |
|
float | y () const |
|
float | max_value () const |
|
float | min_value () const |
|
void | add (const x_type x, const y_type y) |
|
void | set (const x_type x, const y_type y) |
|
Define float vector type for outliers
candle_stick_point |
( |
const float |
x = 0 , |
|
|
const float |
p25 = 0 , |
|
|
const float |
p50 = 0 , |
|
|
const float |
p75 = 0 , |
|
|
const float |
lower = std::numeric_limits<y_type>::quiet_NaN() , |
|
|
const float |
upper = std::numeric_limits<y_type>::quiet_NaN() , |
|
|
const size_t |
data_point_count = 0 , |
|
|
const float_vector_t & |
outliers = float_vector_t() |
|
) |
| |
|
inline |
Constructor
- Parameters
-
x | x-coordinate |
p25 | 25th percentile |
p50 | 50th percentile |
p75 | 75th percentile |
lower | lower spread |
upper | upper spread |
data_point_count | number of data points summarized by statistics |
outliers | collection of outliers |
The documentation for this class was generated from the following file: