User:Ozzy: Difference between revisions

Jump to navigation Jump to search
1 byte added ,  26 March 2015
no edit summary
No edit summary
No edit summary
Line 93: Line 93:


* another version would be defined for a non-linear function. The declaration would very similar
* another version would be defined for a non-linear function. The declaration would very similar
{{Code||[x,info,...]=maxent(y,fun,sigma,alpha=0.95, model=1, optset}}.
{{Code|
[x,info,...]=maxent(y,fun,sigma,alpha=0.95, model=1, optset
}}.


All the parameters have the similar meaning, and the new parameter {{codeline|fun}} is the handle to a function which accepts vector argument, which describes the problem. This time the returned value should obey <math> y \approx f(x)</math>
All the parameters have the similar meaning, and the new parameter {{codeline|fun}} is the handle to a function which accepts vector argument, which describes the problem. This time the returned value should obey <math> y \approx f(x)</math>
46

edits

Navigation menu