public final class SampleInterpolationQuantileMethod extends InterpolationQuantileMethod
The quantile is linearly interpolated between two sample values.
The probability dimension on which the interpolation take place (X axis) is the ratio of the sample index and the
number of elements in the sample ( p
Reference: Value-At-Risk, OpenGamma Documentation 31, Version 0.1, April 2015.
| Modifier and Type | Field and Description |
|---|---|
static SampleInterpolationQuantileMethod |
DEFAULT
Default implementation.
|
| Constructor and Description |
|---|
SampleInterpolationQuantileMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
indexCorrection()
Internal method returning the index correction for the specific implementation.
|
expectedShortfall, quantilecheckIndex, expectedShortfallFromSorted, expectedShortfallFromUnsorted, expectedShortfallResultFromUnsorted, quantileFromSorted, quantileFromUnsorted, quantileResultFromUnsorted, quantileResultWithExtrapolationFromUnsorted, quantileWithExtrapolationFromSorted, quantileWithExtrapolationFromUnsortedpublic static final SampleInterpolationQuantileMethod DEFAULT
protected double indexCorrection()
InterpolationQuantileMethodCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.