I am developing an artificial model to simulate the growth of two types of biological cells under different conditions.
The data I obtained from my model takes the form of two data-sets representing the number of cells in the culture across time in what we will call condition A and conditon B.
Ie:
A = {A1, A2, A3, A4, ..., An} B = {B1, B2, B3, B4, ..., Bn}
For 1 <= t <= n
I now need to determine whether the two curves are statistically different, that is, whether growin the cells in conditions A/B produces any meaningful changes.
I am new to statistics, I have tried reading some papers on curve regression but got stuck.