Class IntegralDt


  • public class IntegralDt
    extends Integral
    This class evaluates the following class of integrals. \[ \int f(t)dt \]
    • Constructor Detail

      • IntegralDt

        public IntegralDt​(FiltrationFunction f)
        Construct an integral for f with respect to dt.
        Parameters:
        f - an integrand
    • Method Detail

      • ft

        public double[] ft()
        Description copied from class: Integral
        Get an array of the function values.
        Specified by:
        ft in class Integral
        Returns:
        an array of the function values
      • du

        public double[] du()
        Description copied from class: Integral
        Get an array of the measure values.
        Specified by:
        du in class Integral
        Returns:
        an array of the measure values