Learn R Programming

LearningRlab (version 2.4)

normal_: Normal Distribution Calculus Function

Description

This function calculates the normal distribution of experiment.

Usage

normal_(x)

Value

Numeric, the normal distribution.

Arguments

x

Should be a numbers.

Author

Jose Manuel Gomez Caceres, josemanuel.gomezc@edu.uah.es
Juan Jose Cuadrado, jjcg@uah.es
Universidad de Alcala de Henares

Details

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:

Examples

Run this code

    #data creation
    x = 0.1
  
    normal_(x)
  

Run the code above in your browser using DataLab