|
statcpp
C++17 Header-Only Statistics Library
|
Tipping point analysis result. More...
#include <missing_data.hpp>
Public Attributes | |
| double | tipping_point = 0.0 |
| Tipping point (critical delta value) | |
| bool | found = false |
| Whether tipping point was found. | |
| double | threshold = 0.0 |
| Threshold used. | |
| std::string | interpretation |
| Interpretation. | |
Tipping point analysis result.
Structure storing results of tipping point analysis. Contains information about the critical point (tipping point) where conclusions change.
Definition at line 964 of file missing_data.hpp.
| bool statcpp::tipping_point_result::found = false |
Whether tipping point was found.
Definition at line 966 of file missing_data.hpp.
| std::string statcpp::tipping_point_result::interpretation |
Interpretation.
Definition at line 968 of file missing_data.hpp.
| double statcpp::tipping_point_result::threshold = 0.0 |
Threshold used.
Definition at line 967 of file missing_data.hpp.
| double statcpp::tipping_point_result::tipping_point = 0.0 |
Tipping point (critical delta value)
Definition at line 965 of file missing_data.hpp.