ALF  dev.
A QMC Code for fermionic models
Public Member Functions | List of all members
errors::errcalcj Interface Reference

Public Member Functions

subroutine errcalc_j (EN, XM, XERR)
 
subroutine errcalc_j_rebin (EN, XM, XERR, NREBIN)
 
subroutine errcalc_js (EN, SI, XM, XERR)
 
subroutine errcalc_js_rebin (EN, SI, XM, XERR, NREBIN)
 
subroutine errcalc_j_c (EN, ZM, ZERR)
 
subroutine errcalc_j_c_rebin (EN, ZM, ZERR, NREBIN)
 
subroutine errcalc_js_c (EN, SI, XM, XERR)
 
subroutine errcalc_js_c_rebin (EN, SI, XM, XERR, NREBIN)
 
subroutine errcalc_js_f (EN, SI, XM, XERR, f)
 Calculates error on the input vector EN. Just the variance.

The input are the bins. The output is the mean and error on f(EN(:,nb) / SI(nb)) computed with jackknife.

More...
 
subroutine errcalc_js_rebin_f (EN, SI, XM, XERR, NREBIN, f)
 
subroutine errcalc_js_c_f (EN, SI, XM, XERR, f)
 
subroutine errcalc_js_c_rebin_f (EN, SI, XM, XERR, NREBIN, f)
 

Detailed Description

Definition at line 50 of file errors_mod.F90.

Member Function/Subroutine Documentation

◆ errcalc_js_f()

subroutine errors::errcalcj::errcalc_js_f ( real (kind=kind(0.d0)), dimension(:,:)  EN,
real (kind=kind(0.d0)), dimension(:)  SI,
real (kind=kind(0.d0))  XM,
real (kind=kind(0.d0))  XERR,
procedure (func_r), pointer  f 
)

Calculates error on the input vector EN. Just the variance.

The input are the bins. The output is the mean and error on f(EN(:,nb) / SI(nb)) computed with jackknife.

Parameters
ENInput vector of bins.

SIInput vector of SI values.
XMMean of EN1.
XERRError of EN1.
fPointer to function that takes a real array and returns a real value.
Returns
None.

Definition at line 339 of file errors_mod.F90.


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