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
- Standard Deviation Calculator — population (σ) and sample (s) with Bessel's correction, 7-step derivation
- Variance Calculator — population (σ²) and sample (s²), same verification dataset used in Freedman, Pisani & Purves
- Mean, Median, Mode Calculator — central tendency with IQR and sorted-list display
- Z-Score Calculator — z-score, percentile, and cumulative probability
- P-Value Calculator — p-value from z, t, or chi-square statistic with distribution diagram
- T-Test Calculator — Welch's two-sample (no equal-variance assumption), one-sample, and paired; matches Welch (1947)
- Chi-Square Test Calculator — goodness of fit and test of independence with expected-value table
- Confidence Interval Calculator — CI for means (t-distribution) and proportions (z)
- Sample Size Calculator — required n for proportion and mean estimation, finite population correction
- Binomial Distribution Calculator — PMF, CDF, mean, variance, step-by-step for n up to 1,000
- Power Analysis Calculator — required sample size, achieved power, and MDE; matches G*Power 3.1 reference values
Reference Tables
- Z-Score Table — cumulative and negative, typed two-way lookup (z ↔ P), NIST §1.3.6.7.1 format
- Chi-Square Distribution Table — critical values df 1–1,000, quick-lookup to df 10,000
- T-Distribution Table — critical values df 1–120, one- and two-tailed, t-statistic → p-value lookup
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
- T-Test Calculator — Welch's two-sample, one-sample, paired
- Chi-Square Test Calculator — goodness of fit and independence
- Power Analysis Calculator — sample size and effect size
- About NumberCalcs — methodology and standards