(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.
(correlation-coefficient coll1 coll2)
Returns the correlation coefficient
Returns the correlation coefficient
(covariance coll1 coll2)
Returns the biased sample covariance (n)
Returns the biased sample covariance (n)
(cubic-average coll)
Returns the cubic average of the values of the coll.
Returns the cubic average of the values of the coll.
(de-mean coll)
Returns a collection with the mean substacted from each value of input coll.
Returns a collection with the mean substacted from each value of input coll.
(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.
(deviation coll)
Returns the biased sample deviation (n)
Returns the biased sample deviation (n)
Returns the geometric average (mean) of the values of the coll.
Returns the geometric average (mean) of the values of the coll.
(harmonic-average coll)
Returns the harmonic average of the values of the coll.
Returns the harmonic average of the values of the coll.
(linear-regression coll1 coll2)
Returns a vector [a b] of the linear regession coefficients for the equation y = ax + b.
Returns a vector [a b] of the linear regession coefficients for the equation y = ax + b.
Returns the mean of the values of the coll.
Returns the mean of the values of the coll.
(median coll)
Returns the median / second quartile
Returns the median / second quartile
(q-value q coll)
Multiplies the count of coll with q.
Multiplies the count of coll with q.
(quartile1 coll)
Returns the first quartile
Returns the first quartile
(quartile2 coll)
Returns the second quartile / median
Returns the second quartile / median
(quartile3 coll)
Returns the third quartile
Returns the third quartile
(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.
(scale m)
Returns the mean vector and the unbiased standard deviation vector for the colums of the matrix.
Returns the mean vector and the unbiased standard deviation vector for the colums of the matrix.
(square-average coll)
Returns the square average of the values of the coll.
Returns the square average of the values of the coll.
(unbiased-covariance coll1 coll2)
Returns the unbiased sample covariance (n-1)
Returns the unbiased sample covariance (n-1)
(unbiased-deviation coll)
Returns the unbiased sample deviation (n-1)
Returns the unbiased sample deviation (n-1)
(unbiased-variance coll)
Returns the unbiased sample variance (n-1)
Returns the unbiased sample variance (n-1)
(variance coll)
Returns the biased sample variance (n)
Returns the biased sample variance (n)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close