- Oct 14, 2001
- 2,492
- 3
- 81
If you plot data column 1 vs column 2, you should get a sigmoid type plot.
I have been trying to fit this with some kind of invertible function for a while now. The only invertible way I've found is using 3 piecewise linear functions.
I've been using matlab's Curve Fitting Toolbox, but I only get decent results if I use non- invertible functions.
If necessary the top plateau can be excluded (that how I got decent fits for the rest).
It does have to be invertible though.
<meta name="googlebot" content="nosnippet">
<meta name="googlebot" content="noarchive">
I have been trying to fit this with some kind of invertible function for a while now. The only invertible way I've found is using 3 piecewise linear functions.
I've been using matlab's Curve Fitting Toolbox, but I only get decent results if I use non- invertible functions.
If necessary the top plateau can be excluded (that how I got decent fits for the rest).
It does have to be invertible though.
<meta name="googlebot" content="nosnippet">
<meta name="googlebot" content="noarchive">
Last edited:
