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

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...
 

Detailed Description

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

Definition at line 25 of file stats.F90.

Member Data Documentation

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.

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: