Package hec.hecmath
Class NumericalIntegration
java.lang.Object
hec.hecmath.NumericalIntegration
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
trapezoidal
(double[] x, double[] y) trapezoidal integration with specified points
-
Method Details
-
trapezoidal
public static double trapezoidal(double[] x, double[] y) trapezoidal integration with specified points- Parameters:
x
-y
-- Returns:
-