Structure for online computation of mean and variance.
More...
|
integer | n = 0 |
| Number of samples included so far. More...
|
|
real(kind=dp) | mean |
| Current mean estimate. More...
|
|
real(kind=dp) | var |
| Current variance estimate. More...
|
|
Structure for online computation of mean and variance.
Definition at line 15 of file stats.F90.
◆ mean
real(kind=dp) pmc_stats::stats_t::mean |
Current mean estimate.
Definition at line 19 of file stats.F90.
integer pmc_stats::stats_t::n = 0 |
Number of samples included so far.
Definition at line 17 of file stats.F90.
◆ var
real(kind=dp) pmc_stats::stats_t::var |
Current variance estimate.
Definition at line 21 of file stats.F90.
The documentation for this type was generated from the following file: