Package jdistlib.finance
Class LevyIncrementDistribution
java.lang.Object
jdistlib.generic.GenericDistribution
jdistlib.finance.LevyIncrementDistribution
- All Implemented Interfaces:
TransformDistribution,SupportedDistribution
Time-scaled increment of an infinitely-divisible transform-defined unit law.
-
Field Summary
Fields inherited from class jdistlib.generic.GenericDistribution
random -
Constructor Summary
ConstructorsConstructorDescriptionLevyIncrementDistribution(TransformDistribution unitIncrement, double time) LevyIncrementDistribution(TransformDistribution unitIncrement, double time, FourierInversionOptions options) -
Method Summary
Modifier and TypeMethodDescriptiondoublecumulative(double x, boolean lowerTail, boolean logP) cumulativeResult(double x) doubledensity(double x, boolean log) densityResult(double x) doubledoublegetTime()doublelogCharacteristic(double frequency) logMomentGenerating(double argument) plus(LevyIncrementDistribution other) Exact composition of independent increments sharing this unit exponent.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
-
LevyIncrementDistribution
-
LevyIncrementDistribution
public LevyIncrementDistribution(TransformDistribution unitIncrement, double time, FourierInversionOptions options)
-
-
Method Details
-
getTime
public double getTime() -
getUnitIncrement
-
logCharacteristic
-
logMomentGenerating
-
momentGeneratingDomain
-
plus
Exact composition of independent increments sharing this unit exponent. -
getInversionOptions
-
densityResult
-
cumulativeResult
-
density
public double density(double x, boolean log) - Specified by:
densityin classGenericDistribution
-
cumulative
public double cumulative(double x, boolean lowerTail, boolean logP) - Specified by:
cumulativein classGenericDistribution
-
quantile
public double quantile(double p, boolean lowerTail, boolean logP) - Specified by:
quantilein classGenericDistribution
-
random
public double random()- Specified by:
randomin classGenericDistribution
-
getLowerBound
public double getLowerBound()- Specified by:
getLowerBoundin interfaceSupportedDistribution
-
getUpperBound
public double getUpperBound()- Specified by:
getUpperBoundin interfaceSupportedDistribution
-