Liking cljdoc? Tell your friends :D

kixi.stats.protocols


IBoundedclj/s≠protocol

maximumclj/s

(maximum this)

Returns the maximum x

Returns the maximum x

minimumclj/s

(minimum this)

Returns the minimum x

Returns the minimum x
source

IContingencyTableclj/s≠protocol

cellclj/s

(cell this coordinates)

Returns the cell identified by coordinates, which must contain a label for each of the table's dimensions.

Returns the cell identified by `coordinates`, which must contain a label for each of the table's dimensions.

grand-totalclj/s

(grand-total this)

Returns the grand total

Returns the grand total

margin-totalsclj/s

(margin-totals this)

Returns the totals for all levels of all factors

Returns the totals for all levels of all factors

sizeclj/s

(size this)

Returns the table extent in each dimension

Returns the table extent in each dimension
source

IDiscreteRandomVariableclj/s≠protocol

sample-frequenciesclj/s

(sample-frequencies this n rng)
source

IPredictiveModelclj/s≠protocol

predictclj/s

(predict this x)

Returns the predicted value of y given x

Returns the predicted value of y given x
source

IQuantileclj/s≠protocol

quantileclj/s

(quantile this p)

Returns the x for a given cumulative probability

Returns the x for a given cumulative probability

cdfclj/s

(cdf this x)

Returns the cumulative probability for a given x

Returns the cumulative probability for a given x
source

IRandomVariableclj/s≠protocol

sample-1clj/s

(sample-1 this rng)

sample-nclj/s

(sample-n this n rng)
source

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

× close