master-thesis/python/experiments/stochproc/test_stoch.org

663 B

  %load_ext autoreload
  %autoreload 2
  import numpy as np
  import stoch as s
  import matplotlib.pyplot as plt
The autoreload extension is already loaded. To reload it, use:
  %reload_ext autoreload
  t = np.linspace(0, 10, 100, dtype=float)
  proc = s.svd(s.Kernels.squares(), t)
  plt.plot(t, proc)
<matplotlib.lines.Line2D at 0x7fe13323bbe0>

/hiro/master-thesis/media/commit/b07f047e109b62fe3061379ebaa02a56a766c167/python/experiments/stochproc/.ob-jupyter/d2da10f85e8bf7f3c06b3e1972abfc9570e5f8f0.png