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
The “Models” that are part of the regression namespace are kind of like classed versions of closures. We could create a parent object which includes a simple derivative() function, which could be overridden by a child if the child had a simple derivative. This accurate derivative could be used in the root-finding algorithm instead of the estimate.