Examples
In addition to the examples given in the Tutorial, the examples/ directory contains another ways of using RAFF. Currently, we only provide an example on how to load a problem from file, solve it using RAFF and visually check the results.
cubic.jl: this example solves a problem using a cubic model, with 4 parameters. The example also illustrates how to useRAFF.model_listutility structure in order to load pre-defined models.
draw_and_detect.jl: this nice example usesGtkReactive.jlto show a graphic application ofRAFF.jlto the detection of circles drawn by the user. The user can also see the difference between the LOVO approach and the traditional least squares technique.