Hi, e are learning about proc SQL functions / creating advanced expressions within the Querybuilder, and The question I'm on is asking for me to generate a random number from a normal distribution (μ =50, σ=10)
So the expression I've created for the problem is NORMAL(50, 10)
Is that the correct way to answer the problem?
random('normal',50,10)
Note: your titles wants a sigma of 100, your text wants a sigma of 10, the above snippet of code is a sigma of 10
Thank you!
The function to generate random numbers is named RAND
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.