{"id":54191,"library":"commons-math3","title":"Commons Math","description":"A library of lightweight, self-contained mathematics and statistics components addressing common practical problems not available in the Java language or commons-lang.","status":"active","version":"3.6.1","language":"java","source_language":null,"source_url":"https://git-wip-us.apache.org/repos/asf?p=commons-math.git","tags":["math","statistics","apache","commons","numerical"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.commons</groupId>\n  <artifactId>commons-math3</artifactId>\n  <version>3.6.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.commons:commons-math3:3.6.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"StatUtils","correct":"org.apache.commons.math3.stat.StatUtils"}],"quickstart":{"code":"import org.apache.commons.math3.stat.StatUtils;\n\npublic class Example {\n    public static void main(String[] args) {\n        double[] values = {1.0, 2.0, 3.0, 4.0, 5.0};\n        double mean = StatUtils.mean(values);\n        System.out.println(\"Mean: \" + mean);\n    }\n}","lang":"java","description":"Computes the mean of an array of doubles using StatUtils."},"warnings":[],"env_vars":null,"search_vec":"'address':14 'apach':30 'avail':19 'common':1,15,26,31 'commons-lang':25 'compon':13 'contain':9 'java':22 'lang':27 'languag':23 'librari':4 'lightweight':6 'math':2,28 'mathemat':10 'numer':32 'practic':16 'problem':17 'self':8 'self-contain':7 'statist':12,29","created_at":"2026-06-15T08:51:19.519555+00:00","updated_at":"2026-06-15T08:51:19.519555+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://commons.apache.org/proper/commons-math/","github":null,"docs":"https://appdoc.app/artifact/org.apache.commons/commons-math3/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}