Liking cljdoc? Tell your friends :D

clj-djl.dataframe.functional


*clj

(* x y)
(* x y & args)
source

+clj

(+ x)
(+ x y)
(+ x y & args)
source

-clj

(- x y)
(- x y & args)
source

/clj

(/ x)
(/ x y)
(/ x y & args)
source

meanclj

(mean data)
(mean data options)

double mean of data

double mean of data
sourceraw docstring

standard-deviationclj

(standard-deviation data)
(standard-deviation data options)
source

stdclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close