https://github.com/axect/numeric

Go Package for Numerical Calculations

https://github.com/axect/numeric

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

Basic Info
  • Host: GitHub
  • Owner: Axect
  • Language: Go
  • Default Branch: master
  • Homepage:
  • Size: 1.33 MB
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.

Ph.D student of particle physics & Rustacean

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 41
  • Total Committers: 1
  • Avg Commits per committer: 41.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Axect e****g@g****m 41

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
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
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
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 8.6%
Average: 9.2%
Dependent repos count: 9.7%
Last synced: 8 months ago