<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Consistent API for Hypothesis Testing // Provides a consistent
		API for hypothesis testing built on principles from 'Structure
		and Interpretation of Computer Programs': data abstraction,
		closure (combining tests yields tests), and higher-order
		functions (transforming tests). Implements z-tests, Wald tests,
		likelihood ratio tests, Fisher's method for combining p-values,
		and multiple testing corrections. Designed for use by other
		packages that want to wrap their hypothesis tests in a
		consistent interface.
	</longdescription>
</pkgmetadata>
