:location
& :scale
to align more closely with other distributionskixi.stats.core/standard-error-estimate
renamed to regression-standard-error
kixi.stats.core/standard-error-prediction
renamed to regression-prediction-standard-error
kixi.stats.test
namespace, e.g. chi-squared-test
, z-test
& simple-t-test
, as well as those which mirror them in the kixi.stats.core
namespace, now return a TestResult
. This can be passed to helper functions kixi.stats.test/p-value
and kixi.stats.test/significant?
kixi.stats.test
namespace, e.g. chi-squared-test
, z-test
& simple-t-test
, as well as those which mirror them in the kixi.stats.core
namespace, no longer accept an optional :tails
argument. Instead an equivalent argument is now provided to the helper functions in kixi.stats.test
PInterval
for bounded intervals, PDepdendent
& PDependentWithSignificance
for returning functions of x,PParameterised
for returning learned parameters, and PTestResult
for returning a hypothesis test resultkixi.stats.distribution
now contains Student's t distributionkixi.stats.estimate
contains functions which accept sum-squares
as an argument and return a learned regression model, the standard error and intervals for the estimate and predictionkixi.stats.digest
now also contains a sum-squares
reducing functionCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close