|
statcpp
C++17 Header-Only Statistics Library
|
Structure to store confidence interval results. More...
#include <estimation.hpp>
Public Attributes | |
| double | lower |
| Lower bound of confidence interval. | |
| double | upper |
| Upper bound of confidence interval. | |
| double | point_estimate |
| Point estimate. | |
| double | confidence_level |
| Confidence level. | |
Structure to store confidence interval results.
Definition at line 97 of file estimation.hpp.
| double statcpp::confidence_interval::confidence_level |
Confidence level.
Definition at line 101 of file estimation.hpp.
| double statcpp::confidence_interval::lower |
Lower bound of confidence interval.
Definition at line 98 of file estimation.hpp.
| double statcpp::confidence_interval::point_estimate |
Point estimate.
Definition at line 100 of file estimation.hpp.
| double statcpp::confidence_interval::upper |
Upper bound of confidence interval.
Definition at line 99 of file estimation.hpp.