Suppose I have two continuous variables Y and X and I want to predict a Y value given a specific X value.
However, the dataset I have is composed of 15 particular Y values (that are known values) with several measurements of X taken for each Y value. More specifically, I have 15 Y values with 10 X measurements for each Y value.
This is not a repeated measures design (I don't think), because the same 10 individuals are not measured on each of the 15 Y values.
My original thought was that a basic linear regression analysis (assuming the relationship between X and Y was linear) would be okay to perform on this data, but I'm wondering if there is a more appropriate analysis I could use to predict Y from a given X. The fact that I have multiple X values for the 15 Y values is kind of throwing me, along with the fact that it's not really a repeated measures design since each of the 10*15 X values can be assumed as coming from a different individual.