statsmodels.tools.docstring_helpers.Substitution.update

Substitution.update(*args, **kwargs)[source]

Update self.params with supplied args.

Only valid when Substitution was constructed with keyword arguments (i.e. self.params is a dict). No-op for positional (tuple) params.