{"id":17153154,"url":"https://github.com/axect/numeric","last_synced_at":"2025-07-30T14:33:19.218Z","repository":{"id":96229122,"uuid":"104049195","full_name":"Axect/Numeric","owner":"Axect","description":"Go Package for Numerical Calculations","archived":false,"fork":false,"pushed_at":"2018-11-18T02:34:06.000Z","size":1398,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T10:05:47.959Z","etag":null,"topics":["array","go-packages","numerical-calculations","statistics"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Axect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-19T08:37:54.000Z","updated_at":"2018-12-11T05:11:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"9572ef75-6202-48e5-b62a-08cd312fb8cb","html_url":"https://github.com/Axect/Numeric","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Axect/Numeric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FNumeric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FNumeric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FNumeric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FNumeric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axect","download_url":"https://codeload.github.com/Axect/Numeric/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FNumeric/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267882830,"owners_count":24160214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["array","go-packages","numerical-calculations","statistics"],"created_at":"2024-10-14T21:45:25.995Z","updated_at":"2025-07-30T14:33:19.127Z","avatar_url":"https://github.com/Axect.png","language":"Go","readme":"# Go Numeric\n\nGo Package for Numerical Calculations \u0026 Statistics\n\n## 0. Notation\n\n* Vector is just []float64\n* Matrix is just [][]float64\n\nFor example\n```go\npackage main\n\nimport (\n    \"github.com/Axect/Numeric/array\"\n    \"github.com/Axect/Numeric/stats\"\n)\n\nfunc main() {\n    A := array.Create(1, 1, 100) // [1, 2, 3, 4, ... , 100]\n    m := stats.Mean(A) // Mean\n    v := stats.Var(A) // Variance\n    \n    B := array.Create(-100, 1, -1)\n    array.Write([]Vector{A, B}, \"test.csv\") // Write to csvfile\n}\n```\n\n## 1. Array\n\nArray has some vector operations.\n\n* Create (Vector)\n* Zeros (Matrix)\n* Eyes (Matrix)\n* MatrixForm\n* Float2Int\n* Transpose (Matrix)\n* Det\n* Minor\n* Inverse\n* Sum\n* Pow\n* Sub\n* Add\n* Mul\n* Inner\n* AddConst (Vector, float64)\n* SubConst\n* DivisionConst\n* Float2Int ([]float64 -\u003e []int64)\n* Write ([]Vector -\u003e csv)\n\n## 2. Stats\n\nStats has Probability \u0026 Statistics functions\n\n* Factorial\n* Perm\n* Comb\n* Homonomial\n* Mean\n* Var\n* Std\n* Cov\n* CovMatrix\n* Cor (Correlation Coefficient)\n* Moment\n* NormalDist\n* BinormialDist","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fnumeric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxect%2Fnumeric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fnumeric/lists"}