bundles / scipy latest / scipy / stats / _distribution_infrastructure / _Parameterization / matches
function
scipy.stats._distribution_infrastructure:_Parameterization.matches
Signature
def matches ( self , parameters ) Summary
Checks whether the keyword arguments match the parameterization.
Parameters
parameters: setSet of names of parameters passed into the distribution as keyword arguments.
Returns
out: boolTrue if the keyword arguments names match the names of the parameters of this parameterization.
Aliases
-
scipy.stats._distribution_infrastructure._Parameterization.matches