Liking cljdoc? Tell your friends :D

bkt.core


apply-bounds-to-parametersclj

(apply-bounds-to-parameters parameters bounds)

apply the min and max bounds to the BKT parameters

apply the min and max bounds to the BKT parameters
sourceraw docstring

default-boundsclj

source

fit-modelclj

(fit-model correct parameter-bounds)
source

guess-slip-boundsclj

source

init-boundsclj

source

init-params-constantclj

(init-params-constant value)

initialize all BKT params to some value

initialize all BKT params to some value
sourceraw docstring

init-params-randomclj

(init-params-random bounds)

initialize BKT parameters constrained to bounds

initialize BKT parameters constrained to bounds
sourceraw docstring

min-boundsclj

source

params-random-stepclj

(params-random-step params bounds)

take a random step with BKT parameters constrained to bounds

take a random step with BKT parameters constrained to bounds
sourceraw docstring

predict-correctclj

(predict-correct rightwrong {:keys [init] :as params})

predict probability of correct for sequence of answers from 1 student

predict probability of correct for sequence of answers from 1 student
sourceraw docstring

probability-correctclj

(probability-correct learn {:keys [slip guess]})

probability of the correctly applying the skill next

probability of the correctly applying the skill next
sourceraw docstring

probability-learn-given-correctclj

(probability-learn-given-correct learn {:keys [slip guess transit]})

the probability of learning given correct observation

the probability of learning given correct observation
sourceraw docstring

probability-learn-given-incorrectclj

(probability-learn-given-incorrect learn {:keys [slip guess transit]})

the probability of learning given correct observation

the probability of learning given correct observation
sourceraw docstring

probability-learnedclj

(probability-learned learn {:keys [transit]})

probability skill is learned given prior obs

probability skill is learned given prior obs
sourceraw docstring

rmseclj

(rmse predictions actuals)

calculate the Root Mean Square Error

calculate the Root Mean Square Error
sourceraw docstring

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

× close