We generate a gaussian distribution with given parameters, and add noise to this dataset. We then compute the score of each dataset for the original true distribution.
demo_simple_gaussian(truemu = 5, truesd = 1, noisemu = 0, noisesd = 2, n = 100)
mean of true distribution
standard deviation of true distribution
mean of gaussian noise to add
standard deviation of gaussian noise to add
number of samples to generate