ALF
dev.
A QMC Code for fermionic models
|
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. 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) |
Definition at line 50 of file errors_mod.F90.
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.
EN | Input vector of bins. |
SI | Input vector of SI values. |
XM | Mean of EN1. |
XERR | Error of EN1. |
f | Pointer to function that takes a real array and returns a real value. |
Definition at line 339 of file errors_mod.F90.