This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-28
Channels
- # adventofcode (12)
- # announcements (1)
- # asami (18)
- # aws (1)
- # babashka (20)
- # beginners (80)
- # calva (11)
- # cider (10)
- # circleci (5)
- # cljsrn (2)
- # clojure (37)
- # clojure-australia (15)
- # clojure-europe (32)
- # clojure-nl (2)
- # clojure-uk (26)
- # clojured (7)
- # clojurescript (10)
- # clojurewerkz (3)
- # cursive (45)
- # data-science (12)
- # datomic (3)
- # emacs (8)
- # events (3)
- # fulcro (23)
- # graphql (5)
- # helix (3)
- # jobs (1)
- # jobs-discuss (1)
- # juxt (3)
- # lsp (12)
- # malli (4)
- # meander (4)
- # reagent (11)
- # releases (1)
- # shadow-cljs (28)
- # sql (35)
- # tools-deps (9)
- # xtdb (25)
Hi! any recommended library to calculate distributions (in particular the CDF of the Normal distribution)?
Well, I've been using https://clojars.org/distributions/versions/0.1.3-SNAPSHOT and so far so good, but still happy with any recommendation
Thanks, I just checked, that's the same underlying java library this clojure library is using
2
You can try fastmath https://generateme.github.io/fastmath/fastmath.random.html
user=> Python path configuration:
PYTHONHOME = '/home/david/tmp/kevin2/.direnv/python-3.9.5'
PYTHONPATH = (not set)
program name = '/home/david/tmp/kevin2/.direnv/python-3.9.5/bin/python3'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = '/home/david/tmp/kevin2/.direnv/python-3.9.5/bin/python3'
sys.base_prefix = '/home/david/tmp/kevin2/.direnv/python-3.9.5'
sys.base_exec_prefix = '/home/david/tmp/kevin2/.direnv/python-3.9.5'
sys.platlibdir = 'lib'
sys.executable = '/home/david/tmp/kevin2/.direnv/python-3.9.5/bin/python3'
sys.prefix = '/home/david/tmp/kevin2/.direnv/python-3.9.5'
sys.exec_prefix = '/home/david/tmp/kevin2/.direnv/python-3.9.5'
sys.path = [
'/home/david/tmp/kevin2/.direnv/python-3.9.5/lib/python39.zip',
'/home/david/tmp/kevin2/.direnv/python-3.9.5/lib/python3.9',
'/home/david/tmp/kevin2/.direnv/python-3.9.5/lib/python3.9/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'