You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are small typos in:
- Chapter3_MCMC/github_pull.py
- Chapter5_LossFunctions/DarkWorldsMetric.py
- Chapter7_BayesianMachineLearning/auc.py
- sandbox/Chapter10_/github_datapull.py
Fixes:
- Should read `matched` rather than `mathced`.
- Should read `check` rather than `cehck`.
- Should read `permutations` rather than `permutatiosn`.
- Should read `operator` rather than `operater`.
- Should read `languages` rather than `langagues`.
- Should read `joining` rather than `joiing`.
- Should read `indexes` rather than `idexes`.
x_true, y_true: vector for known x- and y-positions (1 to 3 elements)
30
30
Returns:
31
31
radial_distance: vector containing the scalar distances between the predicted halo centres and the true halo centres (1 to 3 elements)
32
-
true_halo_idexes: vector containing indexes of the input true halos which matches the predicted halo indexes (1 to 3 elements)
32
+
true_halo_indexes: vector containing indexes of the input true halos which matches the predicted halo indexes (1 to 3 elements)
33
33
measured_halo_indexes: vector containing indexes of the predicted halo position with the reference to the true halo position.
34
34
e.g if true_halo_indexes=[0,1] and measured_halo_indexes=[1,0] then the first x,y coordinates of the true halo position matches the second input of the predicted x,y coordinates.
0 commit comments