JuliaGPU/CUDA.jl

Add Statistics functions

Open

#265 geöffnet am 1. Juli 2020

Auf GitHub ansehen
 (8 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Julia (274 Forks)batch import
cuda arrayenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (1.408 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 5h) (16 gemergte PRs in 30 T)

Beschreibung

As mentioned by user ogiod on discourse here we still lack some statistical functions.

We still need to implement

  • cor
  • cov
  • median : Scalar operation when dims is mentioned
  • middle : Implement extrema function
  • quantile : Probably need sort for this

Base's Statistics can be found here : https://github.com/JuliaLang/Statistics.jl/blob/master/src/Statistics.jl

CUDA.jl's Statistics can be found here : https://github.com/JuliaGPU/CUDA.jl/blob/master/src/statistics.jl

Contributor Guide