powered by
This function calculates the normal distribution of experiment.
normal_(x)
Numeric, the normal distribution.
Should be a numbers.
Jose Manuel Gomez Caceres, josemanuel.gomezc@edu.uah.es Juan Jose Cuadrado, jjcg@uah.es Universidad de Alcala de Henares
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:
#data creation x = 0.1 normal_(x)
Run the code above in your browser using DataLab