So I have the data of X variable(number of data is 300), now I want to generate the data of Y variable with following condition:
- mean of Y is 1, standard deviation is 0.5, maximum is 2, minimum is 0.3.
- X and Y is positive related
- As X exceeds certain threshold, let’s say X>500, Y starts to increase slower.
I think Y should be follow certain distribution, but how do I control the rate of growth as condition 3
New contributor
MicH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.