Amadeus Dev Community Tech Talk - Performance Stats Analysis
#102747
2023-02-23
Peter Bartalos introduces two ways of performing statistics calculations for data analysis: - Using the Apache commons math Java library - Using MS Excel formulas It shows practical examples (with source code) of the math API usage and Excel formulas, covering basic statistics up to confidence intervals, and t-test.