False Negative Rate Calculator

Measure missed positives, compare models and thresholds, analyse multiclass performance, estimate false-negative costs, and understand recall with clear step-by-step machine learning results and guidance.

Calculator Inputs

TP and FN are required. Add TN and FP for complete confusion matrix metrics.

Use one class per line. Omitted weights default to class support.

Models are ranked from lowest to highest false negative rate.

Compare FNR, FPR, recall, specificity, and balanced accuracy together.

Formula Used

False Negative Rate: FNR = FN ÷ (FN + TP)
Percentage: FNR × 100
Recall relationship: FNR = 1 − Recall

False negatives are missed actual positives. True positives are correctly detected positives. Lower FNR usually indicates better positive-case detection.

How to Use

  1. Select binary, multiclass, model comparison, or threshold mode.
  2. Enter non-negative confusion matrix counts or CSV-style rows.
  3. Choose decimal precision and optional false-negative cost.
  4. Submit the form to calculate results and interpretation.
  5. Copy, print, or export the result as CSV or PDF.

Example Data

ScenarioTPFNCalculationFNR
Medical screening851515 ÷ 10015%
Fraud detection1901010 ÷ 2005%
Defect inspection722828 ÷ 10028%

Practical Guidance

Medical screening often prioritises very low false negative rates. Fraud systems may balance missed fraud against investigation workload. Safety systems usually require conservative threshold validation.

Never judge a classifier using FNR alone. Review precision, FPR, calibration, and prevalence together. Validate decisions with representative production data.

Frequently Asked Questions

What does false negative rate measure?

It measures missed positives among all actual positive cases.

Is FNR the same as miss rate?

Yes. False negative rate is commonly called the miss rate.

How is FNR related to recall?

FNR equals one minus recall. Their percentages always total 100%.

Can FNR exceed 100%?

No. Valid FNR values range from zero through one.

What happens when TP and FN equal zero?

The denominator becomes zero. FNR is therefore undefined.

Is a lower FNR always better?

Usually, but reducing FNR can increase false positives significantly.

How should multiclass FNR be reported?

Report per-class results plus macro, micro, and weighted averages.

Why include false-negative cost?

Costs translate missed cases into an operational business estimate.

Which threshold should I choose?

Choose using validation data, costs, prevalence, and capacity limits.

Why can small samples be misleading?

One changed prediction can strongly alter rates in small datasets.

Related Calculators

Confusion Matrix CalculatorClassification Accuracy CalculatorRecall CalculatorSpecificity CalculatorSensitivity CalculatorFalse Positive Rate CalculatorMatthews Correlation Coefficient CalculatorBalanced Accuracy CalculatorLog Loss CalculatorBinary Cross-Entropy Calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.