data_science_in_julia_for_hackers
data_science_in_julia_for_hackers copied to clipboard
Chapter 6, various issues
TYPOS proyectile -> projectile trayectory -> trajectory percentual -> percentage
STYLE consider using the standard abbreviation tan(\theta) as opposed to tg(\theta) for the function gravity_normal the text mentions (mean,variance)=(5,2), but the code uses variance=6 parameter \theta not used in the functions gravity_uniform, gravity_normal, gravity_lognormal and gravity_angle_uniform, consider deleting that parameter, because it is confusing
MISSING CODE code for generating chain_normal is missing begin chain_normal = sample(gravity_normal(t_measured, Δx_measured, θ), HMC(ϵ,τ), iterations, progress=false) end;
code for generating the chain_uniform_angle histogram begin histogram(chain_uniform_angle[:g], xlim=[2,6], legend=false, normalized=true) xlabel!("g_mars") title!("Posterior distribution for g including uncertainty in the angle") end
@faisito first of all thanks for taking the time to read the book and creating an issue.
We will fix the issues on Monday. Thanks again!