Learn R Programming

LearningRlab (version 2.2)

normal_: Normal Distribution Calculus Function

Description

This function calculates the normal distribution of experiment.

Usage

normal_(x)

Arguments

x

Should be a numbers.

Value

Numeric, the normal distribution.

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
# NOT RUN {
    #data creation
    x = 0.1
  
    normal_(x)
  
# }

Run the code above in your browser using DataLab