(anderson-darling arr)Performs the Anderson-Darling test for normality
(anderson-darling [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]) => 2.1947640982019347
Performs the Anderson-Darling test for normality (anderson-darling [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]) => 2.1947640982019347
(ansari m n)(arcsine a b)(beta a b)(beta-binomial mu sigma bd)(beta-prime a b)(binomial n p)(cauchy location scale)(chi df)(chi-square df)(cramer-vonmises arr)Performs the Cramer-vonMises test for normality
(cramer-vonmises [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]) => 0.3625667515860767
Performs the Cramer-vonMises test for normality (cramer-vonmises [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]) => 0.3625667515860767
(cumulative dist x)returns the cumulative density for the distribution
(cumulative (laplace 1 2) 4) => 0.888434919925785
(cumulative (binomial 10 0.3) [1 2 3]) => [0.14930834590000003 0.38278278639999974 0.6496107184000002]
returns the cumulative density for the distribution (cumulative (laplace 1 2) 4) => 0.888434919925785 (cumulative (binomial 10 0.3) [1 2 3]) => [0.14930834590000003 0.38278278639999974 0.6496107184000002]
(exponential scale)(extreme dist mlen largest)(f df1 df2)(fretchet loc scale shape)(gamma scale shape)(generalized-pareto loc scale shape)(geometric p)(gev loc scale shape)(gumbel loc scale)(hyper-geometric r b n)(inv-gamma shape scale)(inv-normal mu sigma)(jarque-bera arr)Performs the Jarque-Bera test for normality
(jarque-bera [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]) => 2.1669737339380206
Performs the Jarque-Bera test for normality (jarque-bera [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]) => 2.1669737339380206
(kendall n)(kolmogorov-lilliefors arr)Performs the Kolmogorov-Lilliefors test for normality
(-> [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.] kolmogorov-lilliefors) => 0.3515941066052153
Performs the Kolmogorov-Lilliefors test for normality
(-> [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]
kolmogorov-lilliefors)
=> 0.3515941066052153(kolmogorov-smirnov arr)Performs the Kolmogorov-Smirnov test for normality
(-> [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.] (kolmogorov-smirnov) seq) => (contains [0.5 (approx 7.86899E-4)])
Performs the Kolmogorov-Smirnov test for normality
(-> [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]
(kolmogorov-smirnov)
seq)
=> (contains [0.5 (approx 7.86899E-4)])(kumaraswamy a b)(laplace location scale)(levy mu sigma)(log-normal meanlog sdlog)(logarithmic mu)(logistic location scale)(nakagami m omega)(neg-binomial prob size)(non-central-beta a b ncp)(non-central-chi-square df ncp)(non-central-f df1 df2 ncp)(non-central-t df ncp)(normal mu sigma)(order dist mlen j largest)(poisson lambda)(probability dist x)returns the probability density for the distribution
(probability (laplace 1 2) 4) => 0.05578254003710745
(probability (binomial 10 0.3) [1 2 3]) => (contains [(approx 0.1210608) (approx 0.2334744) (approx 0.2668279)])
returns the probability density for the distribution
(probability (laplace 1 2) 4)
=> 0.05578254003710745
(probability (binomial 10 0.3) [1 2 3])
=> (contains [(approx 0.1210608)
(approx 0.2334744)
(approx 0.2668279)])(random-sample dist)gives a random sample from distribution
(random-sample (laplace 1 2)) ;; 1.9528692108205805 => number?
gives a random sample from distribution (random-sample (laplace 1 2)) ;; 1.9528692108205805 => number?
(rayleigh scale)(reverse-weibull loc scale shape)(shapiro-francia arr)Performs the Shapiro-Francia test for normality
(-> [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.] shapiro-francia) => 0.6756836312861318
Performs the Shapiro-Francia test for normality
(-> [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]
shapiro-francia)
=> 0.6756836312861318(shapiro-wilk arr)Performs the Shapiro-Wilk test for normality
(-> [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.] shapiro-wilk) => 0.6457043943928288
Performs the Shapiro-Wilk test for normality
(-> [0. 0. 0. 0. 0. 0. 0. 100. 100. 100. 100. 100. 100.]
shapiro-wilk)
=> 0.6457043943928288(sign-rank n)(skewed-t df gamma)(spearman n)(t df)(tukey rr cc df)(uniform a b)(weibull shape scale)(wilcoxon m n)(zipf N s)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |