pyestimate documentation

pyestimate logo

Installation

Install pyestimate and its dependencies from PyPI using pip:

pip install pyestimate

Examples

Functions

pyestimate.sin_param_estimate(x[, freq, ...])

Estimate the parameters of a sinusoid (amplitude, frequency and phase).

pyestimate.sin2d_param_estimate(x[, freq, ...])

Estimate the parameters of a 2D sinusoid (amplitude, frequencies and phase).

pyestimate.multiple_sin_param_estimate(x, p)

Estimate the parameters of multiple sinusoids (amplitudes, frequencies and phases).

pyestimate.pc_ar_estimator(x, p[, detrend_type])

Principal component AR estimator: estimate the parameters of multiple sinusoids (amplitudes, frequencies and phases).

Indices and tables