tstudent_ | R Documentation |
This function calculates the T-Student distribution of experiment.
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. The T-Student distributionformule is the following:
Numeric, the T-Student distribution.
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
tstudent_(x,u,s,n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.