Package jdistlib
Class AbsoluteMomentAnalysis
java.lang.Object
jdistlib.AbsoluteMomentAnalysis
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
Null when the support has no interval on the left side. -
getRightStability
Null when the support has no interval on the right side.
-