Liking cljdoc? Tell your friends :D

kixi.stats.protocols


PBoundedclj/sprotocol

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

PContingencyTableclj/sprotocol

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

PDependentclj/sprotocol

measureclj/s

(measure this x)

Returns the value of a dependent variable at a given x

Returns the value of a dependent variable at a given x
source

PDependentWithSignificanceclj/sprotocol

measure-with-significanceclj/s

(measure-with-significance this x alpha)

Returns the value of a dependent variable at a given x and significance level

Returns the value of a dependent variable at a given x and significance level
source

PDiscreteRandomVariableclj/sprotocol

sample-frequenciesclj/s

(sample-frequencies this n rng)
source

PIntervalclj/sprotocol

lowerclj/s

(lower this)

Returns the lower bound

Returns the lower bound

upperclj/s

(upper this)

Returns the upper bound

Returns the upper bound
source

PParameterisedclj/sprotocol

parametersclj/s

(parameters this)

Returns the learned parameters

Returns the learned parameters
source

PQuantileclj/sprotocol

cdfclj/s

(cdf this x)

Returns the cumulative probability for a given x

Returns the cumulative probability for a given x

quantileclj/s

(quantile this p)

Returns the x for a given cumulative probability

Returns the x for a given cumulative probability
source

PRandomVariableclj/sprotocol

sample-1clj/s

(sample-1 this rng)

sample-nclj/s

(sample-n this n rng)
source

PTestResultclj/sprotocol

p-valueclj/s

(p-value this)
(p-value this alternative)

The p-value associated with this test result

The p-value associated with this test result

significant?clj/s

(significant? this alpha)
(significant? this alpha alternative)

Whether the result is significant at the given alpha

Whether the result is significant at the given alpha
source

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

× close