PyMC: multidimensional estimation in non-stationary noise

Is it possible to use pymc for the following task: the signal is a nonlinear function of two variables that I want to evaluate, the noise is unsteady, correlates at different points in time? The noise distribution is Gaussian with a zero mean and covariance function versus time. The signal is deterministic.

I am new to pymc and don't know how to build the corresponding likelihood function in this case.

I would be grateful for any advice.

+4
source share

Source: https://habr.com/ru/post/1493535/


All Articles