normal_ | R Documentation |
This function calculates the normal distribution of experiment.
normal_(x)
x |
Should be a numbers. |
To calculate the normal distribution, the user should give a number. The result isis a type of continuous probability distribution for a real-valued random variable. The normal distribution formule is the following:
Numeric, the normal distribution.
The variable is a number. Example: x <- 0.1
Jose Manuel Gomez Caceres, josemanuel.gomezc@edu.uah.es
Juan Jose Cuadrado, jjcg@uah.es
Universidad de Alcala de Henares
#data creation
x = 0.1
normal_(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.