Algorithm validation#

In this chapter we will explore techniques for determining seqmentation quality and quality of spot detection algorithms.

See also#

Installation of requirements#

In this chapter we will use the statsmodels library for statistical testing. You can install it using mamba/conda or pip:

mamba install -c conda-forge statsmodels
pip install statsmodels