Uses of Interface
ffx.numerics.estimator.BootstrappableEstimator
Packages that use BootstrappableEstimator
-
Uses of BootstrappableEstimator in ffx.numerics.estimator
Classes in ffx.numerics.estimator that implement BootstrappableEstimatorModifier and TypeClassDescriptionclass
The Bennett Acceptance Ratio class implements the Bennett Acceptance Ratio (BAR) statistical estimator, based on the Tinker implementation.class
The MultistateBennettAcceptanceRatio class defines a statistical estimator based on a generalization to the Bennett Acceptance Ratio (BAR) method for multiple lambda windows.class
The Zwanzig class implements exponential averaging/free energy perturbation using the Zwanzig relationship, in either the forwards or backwards direction (not both).Methods in ffx.numerics.estimator that return BootstrappableEstimatorModifier and TypeMethodDescriptionBootstrappableEstimator.copyEstimator()
Return a copy of this Estimator.Constructors in ffx.numerics.estimator with parameters of type BootstrappableEstimatorModifierConstructorDescriptionEstimateBootstrapper
(BootstrappableEstimator estimator) Constructor.