TSToolSphere

Statistical Significance Test Calculator

student100% Client-Side

Run a one-sample t-test, two-sample (Welch's) t-test, or chi-square test and get the test statistic and p-value.

Neural Network Parameter & FLOPs Calculator

Estimates total trainable parameters and forward-pass FLOPs for a fully-connected (dense) network from its layer sizes.

Total parameters
235.15K (235,146)
FLOPs per sample (forward pass)
469.90K
Total FLOPs (batch of 1)
469.90K
LayerShapeParametersFLOPs (per sample)
1784256200,960401,664
225612832,89665,664
3128101,2902,570

FLOPs counted as 2 per multiply-add (industry convention). Only covers fully-connected layers — convolutional/attention layers have different FLOP formulas not modeled here.

About Statistical Significance Test Calculator

Statistical Significance Test Calculator

Runs three commonly needed hypothesis tests:

  • One-sample t-test: does a sample's mean differ significantly from a hypothesized value?
  • Two-sample t-test (Welch's): do two independent samples have significantly different means? Uses Welch's formulation, which doesn't assume equal variances between groups — a safer default than the pooled-variance Student's t-test.
  • Chi-square test: do observed category frequencies differ significantly from expected frequencies?

All p-values are computed from first principles (regularized incomplete beta and gamma functions), verified against standard statistical tables.

Educational Guides & Tutorials

Frequently Asked Questions

Help Us Improve Statistical Significance Test Calculator

Did you find this tool helpful? Tell us how we can make it even better, or report a bug or request a new feature in under 1 minute.

Submit Feedback