Hi wzimmerman,
You can save some time, especially for those distributions with many parameters, but selecting "Save Density Formula" under the Red Triangle for the fitted distribution. This isn't exactly what you want, but gets you much of the way there. For example, selecting this next to "Fitted Normal" saves the following to a formula column:
Normal Density( :height, 62.55, 4.24233849397192 )
This is very close to what you want, so you could go into the formula and replace "Normal Density" with "Random Normal" and delete the reference to the original column, leaving:
Random Normal( 62.55, 4.24233849397192 )
This will work for more complicated distributions. For example, with a Johnson Su, "Save Density Formula" will save:
Johnson Su Density(
:height,
67.8038036468075,
3.96840876806022,
78.5033678146444,
0.0000011762144700618
)
which needs the same change to be the formula you want:
Random Johnson Su(
67.8038036468075,
3.96840876806022,
78.5033678146444,
0.0000011762144700618
)
I hope this helps!
Julian