public class RiskStatistics extends Statistics
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
RiskStatistics() |
protected |
RiskStatistics(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
double |
averageShortfall(double target) |
void |
delete() |
double |
downsideDeviation() |
double |
downsideVariance() |
double |
expectedShortfall(double percentile) |
protected void |
finalize() |
protected static long |
getCPtr(RiskStatistics obj) |
double |
potentialUpside(double percentile) |
double |
regret(double target) |
double |
semiDeviation() |
double |
semiVariance() |
double |
shortfall(double target) |
double |
valueAtRisk(double percentile) |
protected RiskStatistics(long cPtr,
boolean cMemoryOwn)
public RiskStatistics()
protected static long getCPtr(RiskStatistics obj)
protected void finalize()
finalize in class Statisticspublic void delete()
delete in class Statisticspublic double semiVariance()
public double semiDeviation()
public double downsideVariance()
public double downsideDeviation()
public double regret(double target)
public double potentialUpside(double percentile)
public double valueAtRisk(double percentile)
public double expectedShortfall(double percentile)
public double shortfall(double target)
public double averageShortfall(double target)
Copyright © 2017. All rights reserved.