Liking cljdoc? Tell your friends :D

org.soulspace.math.statistics


a-b-test-statisticclj/s

(a-b-test-statistic N-a n-a N-b n-b)

Calculates the statistic for the hypothesis, that p-a and p-b are the same, given the outcomes for test a and b.

Calculates the statistic for the hypothesis, that p-a and p-b are the same, given the outcomes for test a and b.
sourceraw docstring

correlation-coefficientclj/s

(correlation-coefficient coll1 coll2)

Returns the correlation coefficient for the collections coll1 and coll2.

Returns the correlation coefficient for the collections `coll1` and `coll2`.
sourceraw docstring

covarianceclj/s

(covariance coll1 coll2)

Returns the biased sample covariance (n) for the collections coll1 and coll2.

Returns the biased sample covariance (n) for the collections `coll1` and `coll2`.
sourceraw docstring

cubic-averageclj/s

(cubic-average coll)

Returns the cubic average of the values of the collection coll.

Returns the cubic average of the values of the collection `coll`.
sourceraw docstring

de-meanclj/s

(de-mean coll)

Returns a collection with the mean substacted from each value of input collection coll.

Returns a collection with the mean substacted from each value of input collection `coll`.
sourceraw docstring

de-mean-matrixclj/s

(de-mean-matrix m)

Returns a matrix with the column mean substacted from each value of input matrix m.

Returns a matrix with the column mean substacted from each value of input matrix `m`.
sourceraw docstring

deviationclj/s

(deviation coll)

Returns the biased sample deviation (n) for the collection coll.

Returns the biased sample deviation (n) for the collection `coll`.
sourceraw docstring

geometric-averageclj/s

Returns the geometric average (mean) of the values of the collection coll.

Returns the geometric average (mean) of the values of the collection `coll`.
sourceraw docstring

harmonic-averageclj/s

(harmonic-average coll)

Returns the harmonic average of the values of the collection coll.

Returns the harmonic average of the values of the collection `coll`.
sourceraw docstring

linear-regressionclj/s

(linear-regression coll1 coll2)

Returns a vector [a b] of the linear regession coefficients for the equation y = ax + b for the collections coll1 and coll2.

Returns a vector [a b] of the linear regession coefficients for the equation y = ax + b for the collections `coll1` and `coll2`.
sourceraw docstring

meanclj/s

Returns the mean of the values of the collection coll.

Returns the mean of the values of the collection `coll`.
sourceraw docstring

medianclj/s

(median coll)

Returns the median / second quartile for the collection coll.

Returns the median / second quartile for the collection `coll`.
sourceraw docstring

q-valueclj/s

(q-value q coll)

Multiplies the count of coll with q.

Multiplies the count of `coll` with `q`.
sourceraw docstring

quantileclj/s

(quantile q coll)

Returns the q quantile for the collection coll.

Returns the `q` quantile for the collection `coll`.
sourceraw docstring

quartile1clj/s

(quartile1 coll)

Returns the first quartile for the collection coll.

Returns the first quartile for the collection `coll`.
sourceraw docstring

quartile2clj/s

(quartile2 coll)

Returns the second quartile / median for the collection coll.

Returns the second quartile / median for the collection `coll`.
sourceraw docstring

quartile3clj/s

(quartile3 coll)

Returns the third quartile for the collection coll.

Returns the third quartile for the collection `coll`.
sourceraw docstring

rescaleclj/s

(rescale m)

Rescales the matrix m to have a mean of 0 and an unbiased standard deviation of 1.

Rescales the matrix `m` to have a mean of 0 and an unbiased standard deviation of 1.
sourceraw docstring

scaleclj/s

(scale m)

Returns the mean vector and the unbiased standard deviation vector for the colums of the matrix m.

Returns the mean vector and the unbiased standard deviation vector for the colums of the matrix `m`.
sourceraw docstring

square-averageclj/s

(square-average coll)

Returns the square average of the values of the collection coll.

Returns the square average of the values of the collection `coll`.
sourceraw docstring

unbiased-covarianceclj/s

(unbiased-covariance coll1 coll2)

Returns the unbiased sample covariance (n-1) for the collections coll1 and coll2.

Returns the unbiased sample covariance (n-1) for the collections `coll1` and `coll2`.
sourceraw docstring

unbiased-deviationclj/s

(unbiased-deviation coll)

Returns the unbiased sample deviation (n-1) for the collection coll.

Returns the unbiased sample deviation (n-1) for the collection `coll`.
sourceraw docstring

unbiased-varianceclj/s

(unbiased-variance coll)

Returns the unbiased sample variance (n-1) for the collection coll.

Returns the unbiased sample variance (n-1) for the collection `coll`.
sourceraw docstring

varianceclj/s

(variance coll)

Returns the biased sample variance (n) for the collection coll.

Returns the biased sample variance (n) for the collection `coll`.
sourceraw docstring

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

× close