quail.FriedEgg([data, analysis, ...]) |
Object containing results of a quail analyses |
quail.Fingerprint([init, features, state, ...]) |
Class for the memory fingerprint |
quail.OptimalPresenter([strategy, features, ...]) |
A class that reorders stimuli to optimize memory performance |
quail.load_example_data([dataset]) |
Loads example data |
quail.load_egg(filepath[, update]) |
Loads pickled egg |
quail.analyze(egg[, subjgroup, listgroup, ...]) |
General analysis function that groups data by subject/list number and performs analysis. |
quail.plot(results[, subjgroup, subjname, ...]) |
General plot function that groups data by subject/list number and performs analysis. |
quail.decode_speech(path[, keypath, save, ...]) |
Decode speech for a file or folder and return results |
quail.stack_eggs(eggs[, meta]) |
Takes a list of eggs, stacks them and reindexes the subject number |
quail.crack_egg(egg[, subjects, lists]) |
Takes an egg and returns a subset of the subjects or lists |
quail.recmat2egg(recmat[, list_length]) |
Creates egg data object from zero-indexed recall matrix |