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

Power analysis result. More...

#include <power_analysis.hpp>

Public Attributes

double power
 Statistical power (1-beta)
 
double sample_size
 Sample size.
 
double effect_size
 Effect size.
 
double alpha
 Significance level.
 

Detailed Description

Power analysis result.

Definition at line 40 of file power_analysis.hpp.

Member Data Documentation

◆ alpha

double statcpp::power_result::alpha

Significance level.

Definition at line 44 of file power_analysis.hpp.

◆ effect_size

double statcpp::power_result::effect_size

Effect size.

Definition at line 43 of file power_analysis.hpp.

◆ power

double statcpp::power_result::power

Statistical power (1-beta)

Definition at line 41 of file power_analysis.hpp.

◆ sample_size

double statcpp::power_result::sample_size

Sample size.

Definition at line 42 of file power_analysis.hpp.


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