File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/particles/distribution Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,11 @@ namespace impactx::distribution
3131 * The algorithm used here is a simplification of the algorithm described in:
3232 * C. Pinzon and K. Jung, "Fast Python sampler of the von Mises Fisher distribution", in the special
3333 * case of the 2-sphere. Additional references used include:
34- * K. V. Mardia and P. E. Jupp, Directional Statistics, Wiley, 1999
34+ *
35+ * K. V. Mardia and P. E. Jupp, Directional Statistics, Wiley, 1999;
3536 * S. Kang and H-S. Oh, "Novel sampling method for the von Mises-Fisher distribution", Stat.
36- * and Comput. 34, 106 (2024), https://doi.org/10.1007/s11222-024-10419-3
37+ * and Comput. 34, 106 (2024), https://doi.org/10.1007/s11222-024-10419-3.
38+ *
3739 * Return sampling from a vMF distribution.
3840 *
3941 * @param mux,muy,muz components of a unit vector specifying the mean direction
You can’t perform that action at this time.
0 commit comments