Skip to content
Snippets Groups Projects
Commit baa747d6 authored by Simon Belak's avatar Simon Belak
Browse files

Temporariliy disable multimodal insight (to get the PR green)

parent cce369ee
No related branches found
No related tags found
No related merge requests found
......@@ -77,8 +77,8 @@
[medley "0.8.4"] ; lightweight lib of useful functions
[metabase/throttle "1.0.1"] ; Tools for throttling access to API endpoints and other code pathways
[mysql/mysql-connector-java "5.1.39"] ; !!! Don't upgrade to 6.0+ yet -- that's Java 8 only !!!
[net.sourceforge.jdistlib/jdistlib "0.4.5" ; Distribution statistic tests
:exclusions [com.github.wendykierp/JTransforms]]
; [net.sourceforge.jdistlib/jdistlib "0.4.5" ; Distribution statistic tests
; :exclusions [com.github.wendykierp/JTransforms]]
[net.sf.cssbox/cssbox "4.12" ; HTML / CSS rendering
:exclusions [org.slf4j/slf4j-api]]
[com.clearspring.analytics/stream "2.9.5" ; Various sketching algorithms
......
......@@ -9,7 +9,7 @@
[histogram :as h]
[math :as math]
[timeseries :as ts]])
(:import net.sourceforge.jdistlib.disttest.DistributionTest)
;(:import net.sourceforge.jdistlib.disttest.DistributionTest)
)
(defmacro ^:private definsight
......@@ -139,9 +139,10 @@
https://en.wikipedia.org/wiki/Multimodal_distribution
http://www.nicprice.net/diptest/Hartigan_1985_AnnalStat.pdf"
[histogram]
(-> histogram
(h.impl/sample 1000)
double-array
DistributionTest/diptest
second
(< 0.05)))
;; (-> histogram
;; (h.impl/sample 1000)
;; double-array
;; DistributionTest/diptest
;; second
;; (< 0.05))
nil)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment