vandanparmar / SURFcode

0 stars 0 forks source link

Wiki documentation #3

Open james-caltech opened 7 years ago

james-caltech commented 7 years ago

A few things to change in the documentation - mostly notational in nature:

Initialise_continuous & initialise_discrete

setABC

plot_x y label "state" grid on as a flag

discrete saving bug

james-caltech commented 6 years ago

Declaration of x0: This should be a column vector - so 0 = np.random.randn(n,1). At the moment this is causing issues when simulating.

Plotting: in the legend the states go from x0 to x{n-1}, can we have them just go from x_1 to x_n.

vandanparmar commented 6 years ago
vandanparmar commented 6 years ago