You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Numerics
2
2
***Numerics*** is a free and open-source library for .NET developed by the U.S. Army Corps of Engineers Risk Management Center (USACE-RMC). ***Numerics*** provides a comprehensive set of methods and algorithms for numerical computations and statistical analysis. The library includes routines for interpolation, regression, time series data, statistics, machine learning, probability distributions, bootstrap uncertainty analysis, Bayesian Markov Chain Monte Carlo, optimization, root finding, and more.
3
3
4
+
## Documentation
5
+
6
+
📚 **[User Guide and API Documentation](docs/index.md)** - Comprehensive documentation with examples and mathematical explanations
7
+
8
+
The documentation covers:
9
+
-**Distributions**: Univariate probability distributions, parameter estimation, uncertainty analysis, copulas
-**Mathematics**: Numerical integration, differentiation, optimization, linear algebra, root finding
12
+
-**Data**: Interpolation methods, time series analysis
13
+
-**Sampling**: Random number generation, MCMC methods including RWMH, ARWMH, DE-MCz, HMC, and Gibbs sampling
14
+
4
15
## Support
5
16
The RMC is committed to maintaining and supporting the software, providing regular updates, bug fixes, and enhancements on an annual basis or as needed.
0 commit comments