Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 409 Bytes

File metadata and controls

13 lines (9 loc) · 409 Bytes

A Bayesian model of motion extrapolation explains offset mislocalisations with dynamic noise

To reproduce the figures from the paper, install the encessary packages with,

julia> using Pkg
julia> Pkg.activate("path/to/this/project")
julia> Pkg.instantiate()

and then run the file main.jl.