Ozzy

Joined 25 March 2015
No change in size ,  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
{{Codeline|[x,info,...]=maxent(y,fun,sigma,alpha=0.95, model=1, optset}}.
{{codeline|[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