JuliaGPU/CUDA.jl

Add Statistics functions

Open

#265 创建于 2020年7月1日

在 GitHub 查看
 (8 评论) (3 反应) (0 负责人)Julia (274 fork)batch import
cuda arrayenhancementgood first issuehelp wanted

仓库指标

Star
 (1,408 star)
PR 合并指标
 (平均合并 5天 5小时) (30 天内合并 16 个 PR)

描述

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

贡献者指南