Skip to content

Instantly share code, notes, and snippets.

@zhouzhuojie
Created December 4, 2013 06:19
Show Gist options
  • Save zhouzhuojie/7783180 to your computer and use it in GitHub Desktop.
Save zhouzhuojie/7783180 to your computer and use it in GitHub Desktop.
1204 2norm avgError KL
# 1204 2norm avgError KL
* 2-Norm and KL-divergence are based on one vertical array's distribution
* One of the average error is estimated using sliding window
## 2-Norm
![enter image description here][1]
## Average Error (Non Sliding window)
![enter image description here][2]
## Average Error (Sliding window)
![enter image description here][3]
## KL Divergence
![enter image description here][4]
[1]: http://i.minus.com/iejouz3GQwhfM.png
[2]: http://i.minus.com/jhEAi1zA0Gt1N.png
[3]: http://i.minus.com/ipsA2h45qUk3w.png
[4]: http://i.minus.com/ibpXjxb5iHd2OR.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment