Releases: dcwuser/metanumerics
Releases · dcwuser/metanumerics
Version 4.2.0
We have added Skellam, Benford and SkewNormal distributions. We have added FitResult classes specific to distributions, with members that make it easier to access the parameters of that distribution. We have addede Gegenbauer polynomials and Chebyshev polynomials of the second kind. We have added Complex Airy functions. We have made improvements to the performance and accuracy of the Gamma family of functions (Gamma, Beta, Pochhammer) and added a LogPochhammer function. The Permutation class can now produce a PermutationMatrix, which can be used to permute rows and columns of vectors and matrices.
Version 4.1.4
- Int128 and UInt128 extended precision integer types
- DoubleDouble supports infinity and NaN
- LogGamma to DoubleDouble accuracy
- Complete elliptic integral of the 3rd kind
- Bessel and Airy zeros, scaled modified Bessel functions, hyperbolic Shi and Cin functions
- Improved speed, accuracy, and handling of extreme values for many advanced functions
- Noncentral chi squared distribution
- Faster inverse CDF and random deviate generation for many discrete distributions
- Added abstract RegressionResult class to cover all results that return Residuals
Version 4.0.7
What's new:
- Targets .NET Standard 1.1 (.NET Framework 4.5 or higher or .NET Core)
- Data frame system for data import, manipulation, and analysis.
- Shapiro-Francia test for normality.
- Hypergeometric, Frechet, and other additional distributions.
- Gauss hypergeometric 2F1 function for real arguments.
- Double-double type for extended precision floating point computations.
- Specific types for fit results, analysis settings and results. Static extension methods for statistical analysis. Improved matrix decomposition API.
Version 3.1.0
What's new:
- Jacobi elliptic functions, Stirling numbers
- ODE solver
- Time series analysis
- Negative binomial and more distributions
- Richer data from linear regressions, including full ANOVA