get_normed_weights

ssapy.utils.get_normed_weights(ln_weights)[source][source]

Computes normalized weights from log-weights.

Parameters:

ln_weights (ndarray) – Logarithmic weights.

Returns:

Normalized weights summing to 1.

Return type:

ndarray