org.apache.commons.math3.distribution
Class MultivariateNormalDistributionTest

java.lang.Object
  extended by org.apache.commons.math3.distribution.MultivariateNormalDistributionTest

public class MultivariateNormalDistributionTest
extends Object

Test cases for MultivariateNormalDistribution.


Constructor Summary
MultivariateNormalDistributionTest()
           
 
Method Summary
 void testDensities()
          Test the accuracy of the distribution when calculating densities.
 void testGetCovarianceMatrix()
          Test the ability of the distribution to report its covariance matrix parameter.
 void testGetMean()
          Test the ability of the distribution to report its mean value parameter.
 void testSampling()
          Test the accuracy of sampling from the distribution.
 void testUnivariateDistribution()
          Test the accuracy of the distribution when calculating densities.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultivariateNormalDistributionTest

public MultivariateNormalDistributionTest()
Method Detail

testGetMean

public void testGetMean()
Test the ability of the distribution to report its mean value parameter.


testGetCovarianceMatrix

public void testGetCovarianceMatrix()
Test the ability of the distribution to report its covariance matrix parameter.


testSampling

public void testSampling()
Test the accuracy of sampling from the distribution.


testDensities

public void testDensities()
Test the accuracy of the distribution when calculating densities.


testUnivariateDistribution

public void testUnivariateDistribution()
Test the accuracy of the distribution when calculating densities.



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.