Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bin=0.1
- hist(x,bin)=bin*floor(x/bin)+bin/2.0
- plot "data" u (hist($1,bin)) : (1.0) smooth freq w boxes
- # onde a normalização entra no eixo y. Se temos N pontos no arquivo "data": invés de (1.0) seria (1.0/N/bin)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement