statistics - Excel: Simulate random sample of integers with given mean, sd, skewness and kurtosis -


Not sure that it is possible in Excel: I want to simulate a sample of random integers (between 1 and 5) There is definite meaning, standard deviation, oblique and curtissis so far I have only come in = NORM.INV (rand (), MEAN, SD) to generate distributed data.

Once you identify the distribution, you quantile Function for that distribution.

If not available directly in Excel, then code it in VBA.

Then you use the function RAND and use it as the input of the quality function.

The resulting random number will be distributed accurately.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -