brainpy.analysis module#

Low-dimensional Analyzers#

PhasePlane1D(model, target_vars[, ...])

Phase plane analyzer for 1D dynamical system.

PhasePlane2D(model, target_vars[, ...])

Phase plane analyzer for 2D dynamical system.

Bifurcation1D(model, target_pars, target_vars)

Bifurcation analysis of 1D system.

Bifurcation2D(model, target_pars, target_vars)

Bifurcation analysis of 2D system.

FastSlow1D(model, fast_vars, slow_vars[, ...])

FastSlow2D(model, fast_vars, slow_vars[, ...])

High-dimensional Analyzers#

SlowPointFinder(f_cell[, f_type, f_loss, ...])

Find fixed/slow points by numerical optimization.