prediction

  • full name: tenpy.tools.prediction

  • parent module: tenpy.tools

  • type: module

Functions

get_alpha_and_c(x, lpc[, truncation_mode, ...])

Get the eigenvalues and coefficients from a vector of linear prediction coefficients for the time series x.

get_lpc(x, p)

Function to obtain the linear prediction coefficients (lpc) from the (last p) correlations of a time series x.

linear_prediction(x, *args[, axis])

Apply linear prediction to a multidimensional time series along an axis.

simple_linear_prediction_1d(x[, ...])

Linear prediction of a one-dimensional time series data.

Module description

This module contains functions for linear prediction.