Liking cljdoc? Tell your friends :D

metabase.sync.analyze.fingerprint.insights

Deeper statistical analysis of results.

Deeper statistical analysis of results.
raw docstring

changeclj

(change x2 x1)

Relative difference between x1 an x2.

Relative difference between `x1` an `x2`.
sourceraw docstring

insightsclj

(insights cols)

Based on the shape of returned data construct a transducer to statistically analyize data.

Based on the shape of returned data construct a transducer to statistically analyize data.
sourceraw docstring

maeclj

(mae fy-hat fy)

Given two functions: (fŷ input) and (fy input), returning the predicted and actual values of y respectively, calculates the mean absolute error of the estimate. https://en.wikipedia.org/wiki/Mean_absolute_error

Given two functions: (fŷ input) and (fy input), returning the predicted and actual values of y
respectively, calculates the mean absolute error of the estimate.
https://en.wikipedia.org/wiki/Mean_absolute_error
sourceraw docstring

reservoir-sampleclj

(reservoir-sample n)

Transducer that samples a fixed number n of samples. https://en.wikipedia.org/wiki/Reservoir_sampling

Transducer that samples a fixed number `n` of samples.
https://en.wikipedia.org/wiki/Reservoir_sampling
sourceraw docstring

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

× close