Structure for online computation of 2D 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 2D arrays of mean and variance.
Definition at line 35 of file stats.F90.
◆ mean
| real(kind=dp), dimension(:, :), allocatable pmc_stats::stats_2d_t::mean |
Current mean estimates.
Definition at line 39 of file stats.F90.
| integer, dimension(:, :), allocatable pmc_stats::stats_2d_t::n |
Number of samples included so far.
Definition at line 37 of file stats.F90.
◆ var
| real(kind=dp), dimension(:, :), allocatable pmc_stats::stats_2d_t::var |
Current variance estimates.
Definition at line 41 of file stats.F90.
The documentation for this type was generated from the following file: