I have a parameter z that has the following distribution:
z_distr = [...
0.9 0.0637 0.1349
0.8 0.0658 0.1298
0.7 0.068 0.1272
0.6 0.0701 0.1247
0.4 0.0723 0.1221
0.2 0.0745 0.1195
0.1 0.0766 0.1144];
with
z follows a skewed distribution with the mode of z = 0.09395.
I need to be able to get random values according to the distribution of z.
background: z is a parameter related to the growth rate of an organism. To find inter-individual variability in growth, each individual has a different z value according to the above distribution.