org.jquantlib.math.statistics
Class DiscrepancyStatistics
- java.lang.Object
-
- org.jquantlib.math.statistics.GenericSequenceStatistics
-
- org.jquantlib.math.statistics.SequenceStatistics
-
- org.jquantlib.math.statistics.DiscrepancyStatistics
-
public class DiscrepancyStatistics extends SequenceStatistics
-
-
Constructor Summary
Constructors Constructor and Description DiscrepancyStatistics(int dimension)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(Array datum)adds a sequence of data to the set, with default weightvoidadd(Array datum, double weight)adds a sequence of data to the set, each with its weightvoidadd(double[] datum)adds a sequence of data to the set, with default weightvoidadd(double[] datum, double weight)adds a sequence of data to the set, each with its weightdoublediscrepancy()voidreset()voidreset(int dimension)-
Methods inherited from class org.jquantlib.math.statistics.GenericSequenceStatistics
averageShortfall, correlation, covariance, downsideDeviation, downsideVariance, errorEstimate, expectedShortfall, gaussianAverageShortfall, gaussianExpectedShortfall, gaussianPercentile, gaussianPotentialUpside, gaussianShortfall, gaussianValueAtRisk, kurtosis, max, mean, min, percentile, potentialUpside, regret, samples, semiDeviation, semiVariance, shortfall, size, skewness, standardDeviation, valueAtRisk, variance, weightSum
-
-
-
-
Method Detail
-
discrepancy
public double discrepancy()
-
add
public void add(double[] datum)
Description copied from class:GenericSequenceStatisticsadds a sequence of data to the set, with default weight- Overrides:
addin classGenericSequenceStatistics
-
add
public void add(Array datum)
Description copied from class:GenericSequenceStatisticsadds a sequence of data to the set, with default weight- Overrides:
addin classGenericSequenceStatistics
-
add
public void add(double[] datum, double weight)Description copied from class:GenericSequenceStatisticsadds a sequence of data to the set, each with its weight- Overrides:
addin classGenericSequenceStatistics
-
add
public void add(Array datum, double weight)
Description copied from class:GenericSequenceStatisticsadds a sequence of data to the set, each with its weight- Overrides:
addin classGenericSequenceStatistics
-
reset
public void reset()
- Overrides:
resetin classGenericSequenceStatistics
-
reset
public void reset(int dimension)
- Overrides:
resetin classGenericSequenceStatistics
-
-
DataMelt 3.0 © DataMelt by jWork.ORG