explain.tstudent | R Documentation |
Step by step demonstration of the T-Student distribution calculus.
explain.tstudent(x,u,s,n)
x |
Should be a number |
u |
Should be a number |
s |
Should be a number |
n |
Should be a number |
To calculate the T-Student distribution, the user should give four number (sample mean, population mean, population standard deviation and sample size). The result is a probability distribution that arises from the problem of estimating the mean of a normally distributed population when the sample size is small. We can saw the T-Student distribution formule in the tstudent_ help document.
Numeric result and the process of this calculus explained.
Each variable is a number. Example: x <- 2 | y <- 4
Jose Manuel Gomez Caceres, josemanuel.gomezc@edu.uah.es
Juan Jose Cuadrado, jjcg@uah.es
Universidad de Alcala de Henares
#data creation
x = 52.9
u = 50
s = 3
n = 10
explain.tstudent(x,u,s,n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.