You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic function definitions for Common Lisp systems.
This allows independent systems to define individual implementation methods for different objects. For example `mean` can be applied to a distribution or a sample.