> For the complete documentation index, see [llms.txt](https://help.sbtinstruments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sbtinstruments.com/item-register/bactobox-r/precision-and-accuracy.md).

# Precision and accuracy

BactoBox® is a precise instrument. Repeat measurements of the same sample land close together.

Accuracy is a separate question. A cell count needs a target to be accurate against, and ours is the plate count for actively growing cultures.

All figures on this page come from [Jordal et al. 2025](https://doi.org/10.1016/j.mimet.2025.107284), a peer-reviewed performance qualification of BactoBox® against plate counts. The study covers six species that differ in size, shape, and cell envelope type: *Staphylococcus epidermidis*, *Escherichia coli*, *Klebsiella aerogenes*, *Acinetobacter baumannii*, *Listeria innocua*, and *Pseudomonas fluorescens*.

{% hint style="info" %}

### These figures only apply to *BacTotal\_v2024-10*

*BacTotal\_v2024-10* is the default gating configuration. Any other configuration counts a different set of objects, so the precision and accuracy figures on this page no longer hold.
{% endhint %}

## The difference between precision and accuracy

Precision is how close repeat measurements are to each other. It says nothing about whether they are right.

Accuracy is how close the average of those measurements is to the target. It says nothing about how much they scatter.

A dartboard makes this easy to see.

{% columns %}
{% column %}

<figure><img src="/files/xab1j4IdLNNSjORrqonT" alt="Dartboard with six darts in a tight group away from the bullseye"><figcaption><p><strong>Precise, not accurate.</strong> The darts group tightly, so the throw repeats well. The average sits away from the bullseye, so the throw is off target.</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/6rkPT2qjNymBTwpyYvU9" alt="Dartboard with six scattered darts whose average lands on the bullseye"><figcaption><p><strong>Accurate, not precise.</strong> The darts scatter widely, so the throw repeats poorly. The average sits on the bullseye, so the throw is on target.</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Precision comes from the instrument. Accuracy comes from the calibration.

## Precision

The average coefficient of variation (CV) of the cell count is **6.6 %**, measured across the six species. Per species, the CV ranges from 3.2 % to 9.6 %.

Plate counts of the same samples have an average CV of 15.3 %.

Each CV covers triplicate measurements of the same culture, so it includes your sample preparation and dilution as well as the instrument itself. The CV covers the full growth curve, including lag, acceleration, and decline phase.

{% hint style="success" %}

### These figures depend on careful sample preparation

We prepare and dilute every sample behind these figures with great care. Work with the same care to reach the same repeatability for BactoBox® as well as the plate counts.
{% endhint %}

## Accuracy

BactoBox® ships with a linear calibration factor on the cell count. The calibration target is the plate count of a culture that contains culturable cells only. These are cultures in exponential phase and early stationary phase, where essentially every cell still forms a colony.

With that calibration in place, **37 out of 42 paired sampling points fall within 0.1 log₁₀ units of the plate count**. That is 88 %.

{% hint style="info" %}
A band of 0.1 log₁₀ units means the cell count sits within 26 % of the plate count.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sbtinstruments.com/item-register/bactobox-r/precision-and-accuracy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
