Package hec.hecmath

Class NumericalIntegration

java.lang.Object
hec.hecmath.NumericalIntegration

public final class NumericalIntegration extends Object
  • Method Details

    • trapezoidal

      public static double trapezoidal(double[] x, double[] y)
      trapezoidal integration with specified points
      Parameters:
      x -
      y -
      Returns: