statcpp
C++17 Header-Only Statistics Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
statcpp::tipping_point_result Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ found

bool statcpp::tipping_point_result::found = false

Whether tipping point was found.

Definition at line 966 of file missing_data.hpp.

◆ interpretation

std::string statcpp::tipping_point_result::interpretation

Interpretation.

Definition at line 968 of file missing_data.hpp.

◆ threshold

double statcpp::tipping_point_result::threshold = 0.0

Threshold used.

Definition at line 967 of file missing_data.hpp.

◆ tipping_point

double statcpp::tipping_point_result::tipping_point = 0.0

Tipping point (critical delta value)

Definition at line 965 of file missing_data.hpp.


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