Uses of Enum Class
ffx.numerics.integrate.Integrate1DNumeric.IntegrationType
Package
Description
The Integrate package implements 1D numerical integration.
-
Uses of Integrate1DNumeric.IntegrationType in ffx.numerics.integrate
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Integrate1DNumeric.IntegrationType[]
Integrate1DNumeric.IntegrationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic double[]
Integrate1DNumeric.integrateByBins
(DataSet data, Integrate1DNumeric.IntegrationSide side, Integrate1DNumeric.IntegrationType maxType) Returns the contribution of each bin to the overall integral as an array; will be most accurate at break-points for the integration type.static double
Integrate1DNumeric.integrateData
(DataSet data, Integrate1DNumeric.IntegrationSide side, Integrate1DNumeric.IntegrationType type) Generic caller for 1D integration schemes given an IntegrationType.