<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Automatic ARIMA Order Selection Using Spider Monkey Optimization
		// Implements automatic autoregressive integrated moving
		average order selection using the Spider Monkey Optimization
		algorithm. Candidate orders are evaluated using a weighted
		objective function that combines the Akaike information
		criterion and root mean square error. Functions support model
		fitting, forecasting, and forecast accuracy evaluation.
	</longdescription>
</pkgmetadata>
