Skip to content

Md-Zaid45/stdlib-flashcard-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stdlib-flashcard-stats

A Node.js CLI tool demonstrating the use of @stdlib for statistical analysis of simulated spaced-repetition flashcard data.

Overview

This script simulates a user's daily study scores for a spaced repetition flashcard. It uses @stdlib packages to generate mock data and calculate performance metrics like average retention and study consistency.

Packages Used

  • @stdlib/random-base-normal: Generates mock distribution data for study scores.
  • @stdlib/stats-base-mean: Calculates the user's average recall rate.
  • @stdlib/stats-base-stdev: Analyzes the user's study consistency over time.

How to Run

Clone the repository and install the dependencies:

npm install

To run the script

node index.js

About

A Node.js CLI tool demonstrating the use of @stdlib for statistical analysis of simulated spaced-repetition flashcard data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors