explain.normal: Normal Distribution Function Explained

View source: R/Statistics.R

explain.normalR Documentation

Normal Distribution Function Explained

Description

Step by step demonstration of the normal distribution calculus.

Usage

explain.normal(x)

Arguments

x

Should be a number.

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.

Value

Numeric result and the process of this calculus explained.

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
    
    explain.normal(x)
  

LearningRlab documentation built on Aug. 31, 2023, 1:08 a.m.