Browse Source

Added Triangular distribution.

Signed-off-by: Superbest <arpharazon0@gmail.com>
optimization-3
Superbest 13 years ago
parent
commit
cf1530d8ee
  1. 1
      src/UnitTests/DistributionTests/CommonDistributionTests.cs

1
src/UnitTests/DistributionTests/CommonDistributionTests.cs

@ -122,6 +122,7 @@ namespace MathNet.Numerics.UnitTests.DistributionTests
new Normal(0.0, 1.0),
new Weibull(1.0, 1.0),
new LogNormal(1.0, 1.0),
new Triangular(0, 1, 0.7),
new StudentT(0.0, 1.0, 5.0)
};
}

Loading…
Cancel
Save