Guest User

Untitled

a guest
Oct 21st, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. plt.plot(np.arange(series_length), rescaled_D, 'b', label='Normalized D')
  2. plt.plot(np.arange(series_length), padded_slow, 'g--', lw = 3, label='SFA estimation of D')
  3. plt.ylabel('$d_t$')
  4. plt.xlabel('time t')
  5. plt.legend(loc='upper right')
  6. plt.show()
Add Comment
Please, Sign In to add comment