I'm kinda new to stats and trying to find info on PDFs that depend on multiple parameters, but I keep finding info only on multi-variate distributions.
The point is that I have only one random variable $R$, but it depends on two or more parameters, say $(x_1,x_2,x_3)$. My actual goal is: I know the dependency of R on the separate params, and I need to create a joint PDF for it.
An example can be: say you have the distribution of heights based on age, and separately based on weight, how do you combine those to one PDF such that given (age, weight) will give the correct height distribution? Any help will be very appreciated!
Edit: it seems that there's not enough data to “build” a joint PDF. Will the answer be any different if I can assume everything is distributed normally? Meaning, can the “joint” mean and variance be determined given age + weight?