Class NormalTemperedStableDistribution

java.lang.Object
jdistlib.generic.GenericDistribution
jdistlib.finance.NormalTemperedStableDistribution
All Implemented Interfaces:
TransformDistribution, SupportedDistribution

public final class NormalTemperedStableDistribution extends GenericDistribution
Normal-tempered-stable law defined by a tempered-stable normal variance mixture.
  • Constructor Details

    • NormalTemperedStableDistribution

      public NormalTemperedStableDistribution(double alpha, double tempering, double intensity, double skew, double scale, double location)
    • NormalTemperedStableDistribution

      public NormalTemperedStableDistribution(double alpha, double tempering, double intensity, double skew, double scale, double location, FourierInversionOptions options)
  • Method Details

    • logCharacteristic

      public Complex logCharacteristic(double frequency)
    • logMomentGenerating

      public Complex logMomentGenerating(double argument)
    • momentGeneratingDomain

      public TransformDomain momentGeneratingDomain()
    • getAlpha

      public double getAlpha()
    • getTempering

      public double getTempering()
    • getIntensity

      public double getIntensity()
    • getSkew

      public double getSkew()
    • getScale

      public double getScale()
    • getLocation

      public double getLocation()
    • getInversionOptions

      public FourierInversionOptions getInversionOptions()
    • densityResult

      public NumericalEstimate densityResult(double x)
    • cumulativeResult

      public NumericalEstimate cumulativeResult(double x)
    • density

      public double density(double x, boolean log)
      Specified by:
      density in class GenericDistribution
    • cumulative

      public double cumulative(double x, boolean lowerTail, boolean logP)
      Specified by:
      cumulative in class GenericDistribution
    • quantile

      public double quantile(double p, boolean lowerTail, boolean logP)
      Specified by:
      quantile in class GenericDistribution
    • random

      public double random()
      Specified by:
      random in class GenericDistribution
    • getLowerBound

      public double getLowerBound()
      Specified by:
      getLowerBound in interface SupportedDistribution
    • getUpperBound

      public double getUpperBound()
      Specified by:
      getUpperBound in interface SupportedDistribution