get_symbol_from_frequency method

get_symbol_from_frequency

Find the symbol in a histogram that has the cumulative frequency specified.

Returns

the symbol that corresponds to the given cumulative frequency and context

def get_symbol_from_frequency(self, context, symbol_frequency):
    ...
ParameterTypeDescription
contextintuse this context’s histogram
symbol_frequencyintuse this frequency

See Also