Function of qnorm() in R

前端 未结 2 1319
傲寒
傲寒 2021-01-13 09:51

I have read the documentation on qnorm() but could not really understand what it does. Can you please answer in detail what qnorm() does?

n

2条回答
  •  我在风中等你
    2021-01-13 10:32

    "The idea behind qnorm is that you give it a probability, and it returns the number whose cumulative distribution matches the probability. For example, if you have a normally distributed random variable with mean zero and standard deviation one, then if you give the function a probability it returns the associated Z-score"

    from http://www.cyclismo.org/tutorial/R/probability.html

    You can further refer to the above link to read up more on the same.

提交回复
热议问题