<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Time Series Forecasting Functions // Fundamental time series
		forecasting models such as autoregressive integrated moving
		average (ARIMA), exponential smoothing, and simple moving
		average are included. For ARIMA models, the output follows the
		traditional parameterisation by Box and Jenkins (1970, ISBN:
		0816210942, 9780816210947). Furthermore, there are functions
		for detailed time series exploration and decomposition,
		respectively. All data and result visualisations are generated
		by 'ggplot2' instead of conventional R graphical output. For
		more details regarding the theoretical background of the models
		see Hyndman, R.J. and Athanasopoulos, G. (2021)
		https://otexts.com/fpp3/.
	</longdescription>
</pkgmetadata>
