Structure for online computation of 1D arrays of mean and variance.
More...
|
| integer, dimension(:), allocatable | n |
| | Number of samples included so far. More...
|
| |
| real(kind=dp), dimension(:), allocatable | mean |
| | Current mean estimates. More...
|
| |
| real(kind=dp), dimension(:), allocatable | var |
| | Current variance estimates. More...
|
| |
Structure for online computation of 1D arrays of mean and variance.
Definition at line 25 of file stats.F90.
◆ mean
| real(kind=dp), dimension(:), allocatable pmc_stats::stats_1d_t::mean |
Current mean estimates.
Definition at line 29 of file stats.F90.
| integer, dimension(:), allocatable pmc_stats::stats_1d_t::n |
Number of samples included so far.
Definition at line 27 of file stats.F90.
◆ var
| real(kind=dp), dimension(:), allocatable pmc_stats::stats_1d_t::var |
Current variance estimates.
Definition at line 31 of file stats.F90.
The documentation for this type was generated from the following file: