Fitting sigmoid to data

前端 未结 3 1687
后悔当初
后悔当初 2021-02-04 12:24

There are many curve fitting and interpolation tools like polyfit (or even this nice logfit toolbox I found here), but I can\'t seem to find anything that will fit a sigmo

3条回答
  •  無奈伤痛
    2021-02-04 13:08

    I would suggest you use MATLAB's Global Optimization Toolbox, and in particular the Genetic Algorithm Solver, which you can use for your problem by optimizing (= finding the best fit for your data) the sigmoid function's parameters through genetic algorithm. It has a GUI that is easy to use.

    The Genetic Algorithm Solver's GUI, which you can call using gatool: enter image description here

提交回复
热议问题