关于Interpolation for Android
该应用程序旨在对单个变量的实函数进行插值。
The application is intended to interpolate real functions from a single variable. Functions are a set of points (X, Y). The following interpolation methods can be applied: Newton's, Aitken's, cubic Hermite's method, cardinal spline interpolation, Catmul-Rom's spline, Kochanek-Bartls's spline, linear interpolation and nearest neighbor interpolation.
If the function is a time series, then methods for predicting and calculating autocorrelation may be applied to detect internal cycles.
The following methods for statistical prediction are applied - an exponentially weighted moving average; - simple moving average; - linear exponential weighing; - Holt's linear exponential smoothing; and an additional slowing trend. The mean and the standard deviation of the forecast errors are calculated.
The functions, the results of their processing and the forecasts can be stored in a database of type Sqlit . Tables with this data can be exported for printing, for example, using the Sqlit browser.
The application contains advertising banners.