Inverse of a histogram

Hello everyone,

I have a data file which follows a certain distribution. I create a histogram to visualize the distribution. Now given the histogram is it possible to simulate back the original sample?
There is no unique way to reverse the histogram to the original sample but you might be able to generate a set of numbers that satisfy the same distribution.

If your histogram points to one of the distributions for which there is an equivalent "noise" function you are in luck. To find out more execute:
DisplayHelpTopic "Noise Functions"


If the built-in noise functions are not suitable, you will have to write some code implementing the rejection method. There is a lot of literature on this method.

A.G.
WaveMetrics, Inc.