Is there a way in Julia to convenient initialize a variable as a Maxwellian Distribution (with area under the curve = 1)? I took a look at the Distributions.jl but did not see the Maxwellian Distribution (perhaps it is in a physics distribution?)
Is there a way in Julia to convenient initialize a variable as a Maxwellian Distribution (with area under the curve = 1)? I took a look at the Distributions.jl but did not see the Maxwellian Distribution (perhaps it is in a physics distribution?)
Isn’t that equivalent to a type of chi distribution?