JuliaGPU/CUDA.jl

Add Statistics functions

Open

#265 ouverte le 1 juil. 2020

Voir sur GitHub
 (8 commentaires) (3 réactions) (0 assignés)Julia (274 forks)batch import
cuda arrayenhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (1 408 stars)
Métriques de merge PR
 (Merge moyen 5j 5h) (16 PRs mergées en 30 j)

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

Guide contributeur