Package jdistlib

Class AbsoluteMomentAnalysis

java.lang.Object
jdistlib.AbsoluteMomentAnalysis

public final class AbsoluteMomentAnalysis extends Object
Estimate and independent left/right convergence evidence for E[|X|^p].
  • Method Details

    • getOrder

      public double getOrder()
    • getSplitPoint

      public double getSplitPoint()
    • getLeftValue

      public double getLeftValue()
    • getRightValue

      public double getRightValue()
    • getValue

      public double getValue()
    • isLeftStable

      public boolean isLeftStable()
    • isRightStable

      public boolean isRightStable()
    • isStable

      public boolean isStable()
    • getLeftStability

      public IntegrationStabilityResult getLeftStability()
      Null when the support has no interval on the left side.
    • getRightStability

      public IntegrationStabilityResult getRightStability()
      Null when the support has no interval on the right side.