QowOptimizer

An optimizer based onf Fyodor Tkachev's quasi-optimal weights method. See the article.

Functions

Link copied to clipboard

Optimize given XY (least squares) problem using this function Optimizer. The problem is treated as maximum likelihood problem and is done via maximizing logarithmic likelihood, respecting possible weight dependency on the model and parameters.

Link copied to clipboard
open suspend override fun optimize(problem: XYFit): XYFit