bundles / scipy latest / scipy / stats / _distn_infrastructure / _get_fixed_fit_value
function
scipy.stats._distn_infrastructure:_get_fixed_fit_value
Signature
def _get_fixed_fit_value ( kwds , names ) Summary
Given names such as ['f0', 'fa', 'fix_a'], check that there is at most one non-None value in kwds associated with those names. Return that value, or None if none of the names occur in kwds. As a side effect, all occurrences of those names in kwds are removed.
Aliases
-
scipy.stats._continuous_distns._get_fixed_fit_value