|
|
|
@ -40,7 +40,7 @@ namespace MathNet.Numerics.UnitTests.DistributionTests |
|
|
|
/// This class will perform various tests on discrete and continuous univariate distributions. The multivariate distributions
|
|
|
|
/// will implement these respective tests in their local unit test classes as they do not adhere to the same interfaces.
|
|
|
|
/// </summary>
|
|
|
|
[TestFixture] |
|
|
|
[TestFixture, Category("Distributions")] |
|
|
|
public class CommonDistributionTests |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
|