PartMC  2.5.0
Public Attributes | List of all members
pmc_stats::stats_t Type Reference

Structure for online computation of mean and variance. More...

Public Attributes

integer n = 0
 Number of samples included so far. More...
 
real(kind=dp) mean
 Current mean estimate. More...
 
real(kind=dp) var
 Current variance estimate. More...
 

Detailed Description

Structure for online computation of mean and variance.

Definition at line 15 of file stats.F90.

Member Data Documentation

◆ mean

real(kind=dp) pmc_stats::stats_t::mean

Current mean estimate.

Definition at line 19 of file stats.F90.

◆ n

integer pmc_stats::stats_t::n = 0

Number of samples included so far.

Definition at line 17 of file stats.F90.

◆ var

real(kind=dp) pmc_stats::stats_t::var

Current variance estimate.

Definition at line 21 of file stats.F90.


The documentation for this type was generated from the following file: