PartMC
2.3.0
|
Structure for online computation of 1D arrays of mean and variance. More...
Public Attributes | |
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.
real(kind=dp), dimension(:), allocatable pmc_stats::stats_1d_t::mean |
integer, dimension(:), allocatable pmc_stats::stats_1d_t::n |
real(kind=dp), dimension(:), allocatable pmc_stats::stats_1d_t::var |