|
|
|
|
|
by dracodoc
1911 days ago
|
|
There really should be a better way to map values. There are numerous functions in R for this, I believe there should be similar functions in Julia. Is that because Julia have good performance so people tend to write loop to deal with this kind of task? And call this hacking? I tried paste the code but it was hard to read. You can search Histograms in this page
https://datasciencejuliahackers.com/03_probability_intro.jl.... |
|
Did you have a more specific question about mapping or iteration in Julia?
[1] https://julia.guide/broadcasting
[2] https://julialang.org/blog/2016/02/iteration/