Changes Report

Release History

VersionDateDescription
1.2December 21, 2005Introduced discrete distributions.
1.1July 6, 2005Introduced numerical integration.
1.0March 4, 2005Initial release of numerics4net.

Get the RSS feed of the last changes

Release 1.2 - December 21, 2005

TypeChangesBy
Added ability to compute the CDF and inverse CDF for the Laplace distribution.brentworden
Added ability to compute the CDF and inverse CDF for the Lo gistic distribution.brentworden
Added ability to compute the CDF and inverse CDF for the Log Normal distribution.brentworden
Added ability to compute the CDF and inverse CDF for the Rayleigh distribution.brentworden
Added ability to compute the PMF, CDF and, inverse CDF for the Binomial distribution.brentworden
Added ability to compute the PMF, CDF and, inverse CDF for the Geometric distribution.brentworden
Added ability to compute the PMF, CDF and, inverse CDF for the Hypergeometric distribution.brentworden
Added ability to compute the PMF, CDF and, inverse CDF for the Negative Binomial distribution.brentworden
Added ability to compute the PMF, CDF and, inverse CDF for the Poisson distribution.brentworden
Added inverse error function.brentworden
Added inverse hyperbolic cosine.brentworden
Added inverse hyperbolic sine.brentworden
Added inverse hyperbolic tangent.brentworden
Changed inverse CDF for the Normal distribution to use the inverse error function routine.brentworden

Release 1.1 - July 6, 2005

TypeChangesBy
Added ability to compute the CDF and inverse CDF for the Cauchy distribution.brentworden
Added ability to compute the CDF and inverse CDF for the Uniform distribution.brentworden
Added ability to create and evaluate power series.brentworden
Added complementary error function.brentworden
Added root finding via Newton's method.brentworden
Added root finding via the secant method.brentworden
Added root finding via the false position method.brentworden
Added numerical integration via Adaptive Quadrature.brentworden
Added numerical integration via Romberg Integration.brentworden
Added numerical integration via the extended Simpson's rule.brentworden
Added numerical integration via the extended trapezoidal rule.brentworden
Improved error function evaluation at special values.brentworden

Release 1.0 - March 4, 2005

TypeChangesBy
Added ability to create and evaluate general continued fractions.brentworden
Added root finding via the bisection method.brentworden
Added root bracketting capabilities.brentworden
Added ability to create and evaluate general infinite seriesbrentworden
Added error function.brentworden
Added log gamma.brentworden
Added regularized gammabrentworden
Added log betabrentworden
Added regularized betabrentworden
Added ability to compute the CDF and inverse CDF for the Beta distribution.brentworden
Added ability to compute the CDF and inverse CDF for the Chi-Squared distributionbrentworden
Added ability to compute the CDF and inverse CDF for the Exponential distributionbrentworden
Added ability to compute the CDF and inverse CDF for the F distributionbrentworden
Added ability to compute the CDF and inverse CDF for the Gamma distributionbrentworden
Added ability to compute the CDF and inverse CDF for the Normal distributionbrentworden
Added ability to compute the CDF and inverse CDF for the t distributionbrentworden