normal_ {LearningRlab}R Documentation

Normal Distribution Calculus Function

Description

This function calculates the normal distribution of experiment.

Usage

normal_(x)

Arguments

x

Should be a numbers.

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:
normal.jpg

Value

Numeric, the normal distribution.

Note

The variable is a number. Example: x <- 0.1

Author(s)

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

Examples


    #data creation
    x = 0.1
  
    normal_(x)
  

[Package LearningRlab version 2.4 Index]