JuliaGPU/CUDA.jl

Add Statistics functions

Open

#265 aperta il 1 lug 2020

Vedi su GitHub
 (8 commenti) (3 reazioni) (0 assegnatari)Julia (274 fork)batch import
cuda arrayenhancementgood first issuehelp wanted

Metriche repository

Star
 (1408 star)
Metriche merge PR
 (Merge medio 5g 5h) (16 PR mergiate in 30 g)

Descrizione

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

Guida contributor