My question is very similar to this question: "Reverse" statistics. They, however, want to create a normal (and random) distribution of arbitrary size that fits a certain mean and standard deviation. Let's say, however, that we know more than the mean and std. deviation, that we know the number of data points as well as the discrete scale the values fall on.
So I really have two questions. First, given we know,
- mean
- standard deviation
- n
- discrete scale of 1 to 5 (i.e., values can only be 1, 2, 3, 4, or 5)
...is it possible to know the exact dataset? For example, if we know that there are 5 data points on a 1–5 Likert scale, and the mean is 4.40 and the standard deviation is 1.20, is it possible to figure out that the data set is {5, 5, 5, 5, 2} (order of values not being important)?
Second, is there a function already out there to automatically solve this problem?