KBM::ErrorValuesType Struct Reference

Return type of the evaluation (KBM::getErrors()) function providing insight in the statistics of the prediction error. More...

#include <MemoryX/libraries/helpers/KinematicBezierMaps/kbm.h>

Public Attributes

Real IQR
 Inerquartile range (50% of all errors): $IQR= Q_{75\%} - Q_{25\%}$. More...
 
Real Max
 Maximal error. More...
 
Real Mean
 Mean error. More...
 
Real Median
 Median of the error. More...
 
Real STD
 Standard deviation. More...
 

Friends

KBM_IMPORT_EXPORT std::ostream & operator<< (std::ostream &os, const ErrorValuesType &et)
 For debugging output. More...
 

Detailed Description

Return type of the evaluation (KBM::getErrors()) function providing insight in the statistics of the prediction error.

Definition at line 106 of file kbm.h.

Friends And Related Function Documentation

◆ operator<<

KBM_IMPORT_EXPORT std::ostream& operator<< ( std::ostream &  os,
const ErrorValuesType et 
)
friend

For debugging output.

Definition at line 24 of file kbm.cpp.

Member Data Documentation

◆ IQR

Real IQR

Inerquartile range (50% of all errors): $IQR= Q_{75\%} - Q_{25\%}$.

Definition at line 115 of file kbm.h.

◆ Max

Real Max

Maximal error.

Definition at line 117 of file kbm.h.

◆ Mean

Real Mean

Mean error.

Definition at line 109 of file kbm.h.

◆ Median

Real Median

Median of the error.

Definition at line 113 of file kbm.h.

◆ STD

Real STD

Standard deviation.

Definition at line 111 of file kbm.h.


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