Stats Display of Averages of Carrier per Star Metric #57
Tsangares
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a few star related metrics. I would like to know and have displayed to me:
galactic_metro
. One method to calculate this, for each carrier and for each star in the route of that carrier increment thegalactic_metro
by one and keep a list of each star this carrier has incremented; if the carrier has already incremented this star thencontinue
. The procuring themean
,median
,minimum
andmaximum
are straight forward: convertgalactic_metro
to a vector of the number of carrier that have this star in their route.Median
Function to get the median in typescript:
Minimum and Maximum
Wrappers for minimum and maximum:
Mean
Snippet for mean
Beta Was this translation helpful? Give feedback.
All reactions