Home | Trees | Indices | Help |
---|
|
object --+ | Gradient
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Gradient of the function. Parameters ---------- beta : Numpy array (p-by-1). The point at which to evaluate the gradient.
|
Numerical approximation of the gradient. Parameters ---------- beta : Numpy array (p-by-1). The point at which to evaluate the gradient. eps : Positive integer. The precision of the numerical solution. Smaller is better, but too small may result in floating point precision errors. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |