Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to generate values from a normally distributed random variable?

distributed values
0
Posted

How to generate values from a normally distributed random variable?

0

There are several ways in which to do this. You may use the spreadsheet formulas to fill a variable with random values from a normal distribution with a given mean and standard deviation. This is accomplished by using the inverse function for the normal distribution (vnormal(x)). As an example, to fill a variable with values from a normal distribution with a mean of 50 and a standard deviation of 3, type the following formula in the long name edit field of the current specs dialog for the variable: =vnormal(rnd(1),50,3) The inverse function can also be used in a STATISTICA BASIC program. Additionally, you can generate values fom the standard normal distribution (mean = 0, standard deviation = 1) by using the normal(x) function in STATISTICA BASIC.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123