Home | Trees | Indices | Help |
---|
|
object --+ | MultiblockContinuation
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
The optimal value of mu given epsilon. Parameters ---------- eps : Positive float. The desired precision. index : Non-negative integer. Which block this is for. Returns ------- mu : Positive float. The optimal regularisation parameter.
|
The optimal value of epsilon given mu. Parameters ---------- mu : Positive float. The regularisation constant of the smoothing. index : Non-negative integer. Which block this is for. Returns ------- eps : Positive float. The optimal precision.
|
The maximum value of epsilon. Parameters ---------- mu : Positive float. The regularisation constant of the smoothing. index : Non-negative integer. Which block this is for. Returns ------- eps : Positive float. The upper limit, the maximum, precision.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |