NumberCalcs for Educators

Undergraduate and graduate statistics courses assign problems that require showing work — not just a number. Instructors who find our tools useful often share them as course resources, link to them from syllabi, or tell students to verify their hand calculations here. This page explains what the tools cover, how to use them in a classroom context, and how to reach us with requests.

What is here

Fourteen calculators and reference tables, all free and client-side. No login, no data upload, no rate limit. The tools are designed around the step-by-step requirement: every calculation shows the full derivation in the order a textbook would present it, so a student can follow along or a grader can verify the method, not just the result.

Calculators

Reference Tables

How instructors use these tools

The most common pattern is a link in the course resource list alongside a note like "use this to check your hand calculations before submission." Students who reach the same number with the step-by-step output visible can confirm they used the right formula, not just that they arrived at the same answer a different way.

Some instructors use the tools in lecture to walk through an example on a projector — the step-by-step panels expand to show intermediate values, which makes it easier to pause and ask students to predict the next step. Others include specific tool URLs in assignment instructions ("calculate the t-statistic, then verify at numbercalcs.com/t-test-calculator/").

The chi-square and t-distribution tables are particularly common in courses that still assign table-lookup exercises — the typed lookup lets students enter a value and see the corresponding row highlighted, which is faster than scanning a printed table and less error-prone.

Embeddable widgets

Any calculator can be embedded in a course management system or department page with a standard iframe. There are no tracking scripts in the embedded version, and no third-party dependencies are loaded. The embed requires no API key or registration.

To embed the z-score table, for example, add the following to a course page or LMS content block:

<iframe
  src="https://numbercalcs.com/z-score-table/"
  width="100%"
  height="600"
  frameborder="0"
  title="Interactive Z-Score Table — NumberCalcs"
></iframe>

Replace the URL with any calculator or table on the site. The pages are responsive, so they adjust to the container width.

What is not here yet

Several tools are on the build list but not yet live: F-distribution table, ANOVA calculator, Mann-Whitney U test, Spearman and Pearson correlation, and linear regression. If your course covers a test or distribution that is missing, the fastest way to move it up the priority list is to let us know — we build based on demonstrated need, and a course-level request signals real demand.

Contact

To report a formula error, request a tool, suggest a worked example, or ask about a course resource listing: [email protected]

We respond to instructor inquiries within a few business days. If you are adding NumberCalcs to a course resource list and want us to know about it — or if you find an error in any calculation — email is the right channel.

Related Tools