cwitools.modeling.bic_weights

cwitools.modeling.bic_weights(bic_list)

Get weights representing relative likelihood of models based on BICs.

Args:
bic_list (array-like): Array of BIC values for models.
Returns:
weights (Numpy.array): Array of relative likelihoods for models.