replay_trajectory_classification.continuous_state_transitions#

Classes for constructing different types of movement models.

Functions

estimate_movement_var

Estimates the movement variance based on position.

Classes

EmpiricalMovement

A transition matrix trained on the animal's actual movement

Identity

A transition where the movement stays within a place bin

RandomWalk

A transition where the movement stays locally close in space

RandomWalkDirection1

A Gaussian random walk in that can only go one direction

RandomWalkDirection2

A Gaussian random walk in that can only go one direction

Uniform