Histograms

Answers

  1. The result of dividing the range of scores by the number of classes.
    Bin width is another name for the width of each class interval.

  2. According to Sturges' rule, there should be 13 intervals because the base 2 logarithm of 4096 (which is close to 4000) is 12.
    Thirteen intervals. Sturges' rule sets the number of intervals as close as possible to 1 + Log2(N), where Log2(N) is the base 2 log of the number of observations.
Callback before_footer in local_aigrade component should be migrated to new hook callback for core\hook\output\before_footer_html_generation
  • line 7225 of /lib/moodlelib.php: call to debugging()
  • line 7292 of /lib/moodlelib.php: call to {closure}()
  • line 71 of /lib/classes/hook/output/before_footer_html_generation.php: call to get_plugins_with_function()
  • line 987 of /lib/classes/output/core_renderer.php: call to core\hook\output\before_footer_html_generation->process_legacy_callbacks()
  • line 154 of /mod/book/view.php: call to core\output\core_renderer->footer()