JuliaGPU/CUDA.jl

Add Statistics functions

Open

#265 aberto em 1 de jul. de 2020

Ver no GitHub
 (8 comments) (3 reactions) (0 assignees)Julia (274 forks)batch import
cuda arrayenhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (1.408 stars)
Métricas de merge de PR
 (Mesclagem média 5d 5h) (16 fundiu PRs em 30d)

Description

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

Guia do colaborador