https://github.com/axect/numeric
Go Package for Numerical Calculations
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.9%) to scientific vocabulary
Keywords
array
go-packages
numerical-calculations
statistics
Last synced: 6 months ago
·
JSON representation
Repository
Go Package for Numerical Calculations
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
array
go-packages
numerical-calculations
statistics
Created over 8 years ago
· Last pushed over 7 years ago
Metadata Files
Readme
README.md
Go Numeric
Go Package for Numerical Calculations & Statistics
0. Notation
- Vector is just []float64
- Matrix is just [][]float64
For example ```go package main
import ( "github.com/Axect/Numeric/array" "github.com/Axect/Numeric/stats" )
func main() { A := array.Create(1, 1, 100) // [1, 2, 3, 4, ... , 100] m := stats.Mean(A) // Mean v := stats.Var(A) // Variance
B := array.Create(-100, 1, -1)
array.Write([]Vector{A, B}, "test.csv") // Write to csvfile
} ```
1. Array
Array has some vector operations.
- Create (Vector)
- Zeros (Matrix)
- Eyes (Matrix)
- MatrixForm
- Float2Int
- Transpose (Matrix)
- Det
- Minor
- Inverse
- Sum
- Pow
- Sub
- Add
- Mul
- Inner
- AddConst (Vector, float64)
- SubConst
- DivisionConst
- Float2Int ([]float64 -> []int64)
- Write ([]Vector -> csv)
2. Stats
Stats has Probability & Statistics functions
- Factorial
- Perm
- Comb
- Homonomial
- Mean
- Var
- Std
- Cov
- CovMatrix
- Cor (Correlation Coefficient)
- Moment
- NormalDist
- BinormialDist
Owner
- Name: Tae-Geun Kim
- Login: Axect
- Kind: user
- Location: Seoul, South Korea
- Company: Yonsei Univ.
- Website: https://axect.github.io
- Repositories: 21
- Profile: https://github.com/Axect
Ph.D student of particle physics & Rustacean
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
- Total downloads: unknown
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 0
proxy.golang.org: github.com/Axect/Numeric
- Homepage: https://github.com/Axect/Numeric
- Documentation: https://pkg.go.dev/github.com/Axect/Numeric#section-documentation
Rankings
Dependent packages count: 8.0%
Average: 8.6%
Dependent repos count: 9.1%
Last synced:
6 months ago
proxy.golang.org: github.com/axect/numeric
- Homepage: https://github.com/axect/numeric
- Documentation: https://pkg.go.dev/github.com/axect/numeric#section-documentation
Rankings
Dependent packages count: 8.6%
Average: 9.2%
Dependent repos count: 9.7%
Last synced:
8 months ago