{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distribution_infrastructure / _Parameterization / matches

function

scipy.stats._distribution_infrastructure:_Parameterization.matches

source: /scipy/stats/_distribution_infrastructure.py :825

Signature

def   matches ( self parameters )

Summary

Checks whether the keyword arguments match the parameterization.

Parameters

parameters : set

Set of names of parameters passed into the distribution as keyword arguments.

Returns

out : bool

True if the keyword arguments names match the names of the parameters of this parameterization.

Aliases

  • scipy.stats._distribution_infrastructure._Parameterization.matches