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

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.
 

Detailed Description

Structure to store confidence interval results.

Definition at line 97 of file estimation.hpp.

Member Data Documentation

◆ confidence_level

double statcpp::confidence_interval::confidence_level

Confidence level.

Definition at line 101 of file estimation.hpp.

◆ lower

double statcpp::confidence_interval::lower

Lower bound of confidence interval.

Definition at line 98 of file estimation.hpp.

◆ point_estimate

double statcpp::confidence_interval::point_estimate

Point estimate.

Definition at line 100 of file estimation.hpp.

◆ upper

double statcpp::confidence_interval::upper

Upper bound of confidence interval.

Definition at line 99 of file estimation.hpp.


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