Learn R Programming

LearningRlab (version 2.2)

explain.normal: Normal Distribution Function Explained

Description

Step by step demonstration of the normal distribution calculus.

Usage

explain.normal(x)

Arguments

x

Should be a number.

Value

Numeric result and the process of this calculus explained.

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. We can saw the normal distribution correlation formule in the normal_ help document.

Examples

Run this code
# NOT RUN {
    #data creation
    x = 0.1
    
    explain.normal(x)
  
# }

Run the code above in your browser using DataLab