sample_learn_dist: Sample the learning distribution

Description Usage Arguments Value

View source: R/practice.R

Description

Uses the number of right and wrong answers and the time of the last practice to sample from a beta distribution simulating the user's comprehension of the card.

Usage

1
sample_learn_dist(right, wrong, last_practiced = NULL)

Arguments

right

The number or right answers/points.

wrong

The number or wrong answers/points.

last_practiced

TODO

Value

Integers between 1 and 0 for each input.


zachary-foster/flashcards documentation built on April 23, 2020, 7:26 a.m.