| Version | Date | Description |
|---|
| 1.2 | December 21, 2005 | Introduced discrete distributions. |
| 1.1 | July 6, 2005 | Introduced numerical integration. |
| 1.0 | March 4, 2005 | Initial release of numerics4net. |
| Type | Changes | By |
|---|
 | 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
| Type | Changes | By |
|---|
 | 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
| Type | Changes | By |
|---|
 | 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 series | brentworden |
 | Added error function. | brentworden |
 | Added log gamma. | brentworden |
 | Added regularized gamma | brentworden |
 | Added log beta | brentworden |
 | Added regularized beta | brentworden |
 | 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 distribution | brentworden |
 | Added ability to compute the CDF and inverse CDF for the Exponential distribution | brentworden |
 | Added ability to compute the CDF and inverse CDF for the F distribution | brentworden |
 | Added ability to compute the CDF and inverse CDF for the Gamma distribution | brentworden |
 | Added ability to compute the CDF and inverse CDF for the Normal distribution | brentworden |
 | Added ability to compute the CDF and inverse CDF for the t distribution | brentworden |