org.apache.commons.math3.stat.descriptive.moment
Class SemiVarianceTest
java.lang.Object
org.apache.commons.math3.stat.descriptive.moment.SemiVarianceTest
public class SemiVarianceTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SemiVarianceTest
public SemiVarianceTest()
testInsufficientData
public void testInsufficientData()
testSingleDown
public void testSingleDown()
testSingleUp
public void testSingleUp()
testSample
public void testSample()
testPopulation
public void testPopulation()
testNonMeanCutoffs
public void testNonMeanCutoffs()
testVarianceDecompMeanCutoff
public void testVarianceDecompMeanCutoff()
- Check that the lower + upper semivariance against the mean sum to the
variance.
testVarianceDecompNonMeanCutoff
public void testVarianceDecompNonMeanCutoff()
- Check that upper and lower semivariances against a cutoff sum to the sum
of squared deviations of the full set of values against the cutoff
divided by df = length - 1 (assuming bias-corrected).
testNoVariance
public void testNoVariance()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.