Package jdistlib.finance
Class MeixnerDistribution
java.lang.Object
jdistlib.generic.GenericDistribution
jdistlib.finance.MeixnerDistribution
- All Implemented Interfaces:
TransformDistribution,SupportedDistribution
Meixner return law in the (scale, skew, shape, location) parameterization.
-
Field Summary
Fields inherited from class jdistlib.generic.GenericDistribution
random -
Constructor Summary
ConstructorsConstructorDescriptionMeixnerDistribution(double scale, double skew, double shape, double location) MeixnerDistribution(double scale, double skew, double shape, double location, FourierInversionOptions options) -
Method Summary
Modifier and TypeMethodDescriptiondoublecumulative(double x, boolean lowerTail, boolean logP) cumulativeResult(double x) doubledensity(double x, boolean log) densityResult(double x) doubledoubledoublegetScale()doublegetShape()doublegetSkew()doublelogCharacteristic(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
-
MeixnerDistribution
public MeixnerDistribution(double scale, double skew, double shape, double location) -
MeixnerDistribution
public MeixnerDistribution(double scale, double skew, double shape, double location, FourierInversionOptions options)
-
-
Method Details
-
logCharacteristic
-
logMomentGenerating
-
momentGeneratingDomain
-
getScale
public double getScale() -
getSkew
public double getSkew() -
getShape
public double getShape() -
getLocation
public double getLocation() -
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
-