Package jdistlib.finance
Class PositiveTemperedStableDistribution
java.lang.Object
jdistlib.generic.GenericDistribution
jdistlib.finance.PositiveTemperedStableDistribution
- All Implemented Interfaces:
TransformDistribution,SupportedDistribution
Positive tempered-stable subordinator increment with Laplace exponent.
-
Field Summary
Fields inherited from class jdistlib.generic.GenericDistribution
random -
Constructor Summary
ConstructorsConstructorDescriptionPositiveTemperedStableDistribution(double alpha, double tempering, double intensity) -
Method Summary
Modifier and TypeMethodDescriptiondoublecumulative(double x, boolean lowerTail, boolean logP) cumulativeResult(double x) doubledensity(double x, boolean log) densityResult(double x) doublegetAlpha()doubledoubledoubledoublelogCharacteristic(double frequency) logMomentGenerating(double argument) doublequantile(double p, boolean lowerTail, boolean logP) doublerandom()Methods inherited from class jdistlib.generic.GenericDistribution
copyBackward, cumulative, cumulative, cumulative, cumulative_hazard, cumulative_hazard, cumulativeInto, density, density, densityInto, getRandomEngine, hazard, hazard, inverse_survival, inverse_survival, quantile, quantile, quantile, quantileInto, random, random, randomInto, setRandomEngine, survival, survival, survival
-
Constructor Details
-
PositiveTemperedStableDistribution
public PositiveTemperedStableDistribution(double alpha, double tempering, double intensity)
-
-
Method Details
-
logCharacteristic
-
logMomentGenerating
-
momentGeneratingDomain
-
getAlpha
public double getAlpha() -
getTempering
public double getTempering() -
getIntensity
public double getIntensity() -
getLowerBound
public double getLowerBound()- Specified by:
getLowerBoundin interfaceSupportedDistribution
-
density
public double density(double x, boolean log) -
cumulative
public double cumulative(double x, boolean lowerTail, boolean logP) -
quantile
public double quantile(double p, boolean lowerTail, boolean logP) -
getInversionOptions
-
densityResult
-
cumulativeResult
-
random
public double random()- Specified by:
randomin classGenericDistribution
-
getUpperBound
public double getUpperBound()- Specified by:
getUpperBoundin interfaceSupportedDistribution
-