PartMC  2.3.0
Public Attributes | List of all members
pmc_stats::stats_2d_t Type Reference

Structure for online computation of 2D 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...
 

Detailed Description

Structure for online computation of 2D arrays of mean and variance.

Definition at line 35 of file stats.F90.

Member Data Documentation

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.

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: