I would like to use software to model film/paper curves.
Does anyone know of a reference to math equations that may help with this?
Thanks in advance
I have worked on a computational method that seems to often give a reasonable curve shape for the toe region of a negative film and possibly part of the mid-range region as well. It's based on what I think is a semi-realistic physical model. It is amenable to short toe and long toe films. It's a little too involved to explain in a short post.
I have not extended the model to the upper mid range or shoulder regions.
I should mention that my method is best described as an algorithm rather than an equation. (It is probably possible to write it as a single equation that is applied to data fitting, but the equation would be quite complicated, and the method is easier to implement as an algorithm than as a single equation.)
Philosophically speaking (and probably practical considerations as well) methods that are based on realistic physical models, or at least semi-realistic physical models tend to work better than methods that use arbitrarily chosen functions because they tend to be more robust with respect to noise and small defects in the data. It's pretty well known among those who study numerical analysis as applied to real data that for many problems polynomial fits to data tend to be a very bad idea. This is not always the case, but is often the case. Problems with polynomials are that they tend to be very bad at extrapolating outside of the range of data that was collected, and in some cases they can produce wild oscillations in the fit, even within the data range that was collected, particularly if high-order polynomials are used. If a curve is based on a reasonable physical model those issues tend to be much less of a problem.
Here's an example of using a realistic physical model to apply to experimental data.
"Correction for isotopic interferences between analyte and internal standard in quantitative mass spectrometry by a nonlinear calibration function" by Rule, Clark, Yue, and Rockwood, published in Analytical Chemistry, 2013.
The result was very well behaved. A polynomial has the wrong functional form to do a good data fit for this problem, especially if one tries to fit the data over a wide range.