Skip to main contentModule gpfa
Source - GpfaResult
- GPFA result.
- gp_kernel ๐
- Squared-exponential GP kernel for
n time points. - gpfa
- Extract smooth latent trajectories from parallel spike trains via EM.
- gpfa_e_step ๐
- E-step: compute posterior p(x|y).
- gpfa_m_step ๐
- M-step: update C, d, R.
- gpfa_transform
- Project new spike trains using learned GPFA parameters.
- mat_inv ๐
- Gauss-Jordan inverse for n x n matrix.
- mat_solve ๐
- Solve A x = b via Gauss-Jordan (A is n x n, b is n x m, returns x as n x m).