I have the following set of data:
$x_1,x_2,x_3,\dots,x_m$ are increasing in arithmetical progression.
$y_1,y_2,y_3,\dots,y_n$ are increasing in arithmetical progression.
$z(x_i,y_1),z(x_i,y_2),z(x_i,y_3),\dots,z(x_i,y_n)$ are exponentially increasing for $i=1,2,3,\dots,m$.
$z(x_1,y_i),z(x_2,y_i),z(x_3,y_i),\dots,z(x_m,y_i)$ are exponentially decreasing for $i=1,2,3,\dots,n$.
All values in the table are positive.
The required is to find the value of $y$ in terms of $x$ and $z$, [i.e. $y(x,z)$].
How to find $y(x,z)$ from the given set of data?
Consider the following example:
The data set is:
Say we need to find the value of $y$ when $x=172$ and $z=3.1527$. Clearly, from the table, we can find that $y(172,3.1527)=25.50$.
What if we want to find $y(150,3.1729)$? which is not in the table
The answer is $y(x,z)=x(-1+\ln(z))$, so $y(150,3.1729)=150(-1+\ln(3.1729))=23.1969$
I actually know the expression $\boxed{y(x,z)=x(-1+\ln(z))}$ because I made this example to demonstrate my problem.
What if we do not know that relation, how should we obtain it?
This problem is related to my research in the chemical laboratory, where the values of $x$'s are the speeds of the centrifuge (rpm), the values of $y$'s are the volumes of the samples (mL), and the values of $z$'s are the length in (mm) of the extracted liquid in the pictures that are taken by a camera.
Regardless of my research, and regardless of the units (rpm, mL, mm), can we generalise a method?
Any help would be really appreciated. THANKS!








An exponential function is kind of $f(x)=z=a+b·e^{c·x}$
First compute all regresions, one for each row.
For example, the row $y=21.00$ results in $z=2.89657+1.73346\cdot e^{(-0.0134048\cdot x)}$
And the row $y=23.25$ results in $z=2.91707+1.96536\cdot e^{(-0.135084\cdot x)}$
Next calculate the z values for given $x=150$ for all rows. In the example $z(21.00, 150) = 3.12866683809$ and $z(23.25, 150) = 3.17615876206$
Do another exponential regression $f(y_{150})=z_{150}=A+B·e^{C·y}$ with the "y" values of the table and those "150" column "z" calculated values.
And now get $y= \frac{1}{C} ln\frac{(z-A)}{B}$