|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Helper class for precomputed distributions. More...
#include <gaussianstatistics.hpp>
Collaboration diagram for StatsHolder:Public Types | |
| typedef Real | value_type |
Public Member Functions | |
| StatsHolder (Real mean, Real standardDeviation) | |
| ~StatsHolder ()=default | |
| Real | mean () const |
| Real | standardDeviation () const |
Private Attributes | |
| Real | mean_ |
| Real | standardDeviation_ |
Helper class for precomputed distributions.
Definition at line 114 of file gaussianstatistics.hpp.
| typedef Real value_type |
Definition at line 116 of file gaussianstatistics.hpp.
| StatsHolder | ( | Real | mean, |
| Real | standardDeviation | ||
| ) |
Definition at line 117 of file gaussianstatistics.hpp.
|
default |
| Real mean | ( | ) | const |
Definition at line 121 of file gaussianstatistics.hpp.
| Real standardDeviation | ( | ) | const |
Definition at line 122 of file gaussianstatistics.hpp.
|
private |
Definition at line 124 of file gaussianstatistics.hpp.
|
private |
Definition at line 124 of file gaussianstatistics.hpp.