Ozzy

Joined 25 March 2015
1 byte removed ,  26 March 2015
Line 85: Line 85:
The algorithm would find its place in one of the existing packages (where ''optim'' or ''signal'' sound appropriate) or as a separate package. I plan to prepare two versions of the general algorithm, (temporal name {{codeline|maxent}})
The algorithm would find its place in one of the existing packages (where ''optim'' or ''signal'' sound appropriate) or as a separate package. I plan to prepare two versions of the general algorithm, (temporal name {{codeline|maxent}})
* a version for problems defined by matrix. The function's declaration should be something like this
* a version for problems defined by matrix. The function's declaration should be something like this
{{Code|Linear problem declaration|<syntaxhighlight lang="octave" style="font-size:13px">|
{{Code|Linear problem declaration|<syntaxhighlight lang="octave" style="font-size:13px">function [x,info,...]=maxent(y,D,sigma,alpha=0.95, model=1, optset)
function [x,info,...]=maxent(y,D,sigma,alpha=0.95, model=1, optset


</syntaxhighlight>}}
</syntaxhighlight>}}
46

edits