public final class SamplePlusOneInterpolationQuantileMethod 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 plus one ( p
Reference: Value-At-Risk, OpenGamma Documentation 31, Version 0.1, April 2015.
| Modifier and Type | Field and Description |
|---|---|
static SamplePlusOneInterpolationQuantileMethod |
DEFAULT
Default implementation.
|
| Constructor and Description |
|---|
SamplePlusOneInterpolationQuantileMethod() |
| 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 SamplePlusOneInterpolationQuantileMethod DEFAULT
public SamplePlusOneInterpolationQuantileMethod()
protected double indexCorrection()
InterpolationQuantileMethodCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.