arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
721 stars 32 forks source link

[Statistics] more potential built-in function candidates? #1399

Open github-actions[bot] opened 10 months ago

github-actions[bot] commented 10 months ago

[Statistics] more potential built-in function candidates?

https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Statistics.nim#L34


#=======================================
# Definitions
#=======================================

# TODO(Statistics) more potential built-in function candidates?
#  labels: library, enhancement, open discussion

proc defineLibrary*() =

    #----------------------------
    # Functions
    #----------------------------

    builtin "average",
        alias       = unaliased,

340e2cbe67df6a36890a53aab7db7a91ab44509e

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Eloitor commented 1 month ago

Here is a list of potential candidates: https://docs.scipy.org/doc/scipy/reference/stats.html#summary-statistics