Liking cljdoc? Tell your friends :D

clojask.api.gb-aggregate


countclj

(count list)

largest3clj

(largest3 list)

return the largest 3 entries

return the largest 3 entries
raw docstring

largestkclj

(largestk list k)

return the largest k entries (the performance is better with smaller k)

return the largest k entries (the performance is better with smaller k)
raw docstring

maxclj

(max list)

meanclj

(mean list)

medianclj

(median list)

minclj

(min list)

modeclj

(mode list)

sdclj

(sd list)

skewclj

(skew list)

smallest3clj

(smallest3 list)

return the smallest 3 entries

return the smallest 3 entries
raw docstring

smallestkclj

(smallestk list k)

return the smallest k entries (the performance is better with smaller k)

return the smallest k entries (the performance is better with smaller k)
raw docstring

sumclj

(sum list)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close