chgDefaults-methods.RdTo modify an object of class psi_func,
i.e. typically change the tuning parameters, the generic function
chgDefaults() is called and works via the corresponding method.
object = "psi_func"The method is used to change the default
values for the tuning parameters, and returns an object of class
psi_func, a copy of input object
with the slot tDefs possibly changed;.