uwham.phi {UWHAM} | R Documentation |
Unbinned weighted histogram analysis method (UWHAM) for estimating expectations
Description
This function implements UWHAM for estimating expectations for multiple distributions (such as multiple generalized ensembles) as described in Tan et al. (2012).
Usage
uwham.phi(phi, state, out.uwham, fisher = TRUE)
Arguments
phi |
A vector of function (or observable) values on the pooled sample. |
state |
A vector of indices between |
out.uwham |
The output of |
fisher |
Logical; if |
Details
The implementation is directly based on Tan et al. (2012). See the details for uwham
.
Value
phi |
The vector of estimated expectations. |
phi.v |
The vector of estimated variances for |
phi.V |
The variance-covariance matrix for |
References
Tan, Z., Gallicchio, E., Lapelosa, M., and Levy, R.M. (2012) "Theory of binless multi-state free energy estimation with applications to protein-ligand binding," Journal of Chemical Physics, 136, 144102.
Examples
#See the examples for uwham().