dnormt3 | R Documentation |
Computes the probability density function of the sum of the Gaussian distribution and the Student's t distribution on 3 degrees of freedom.
dnormt3(x, mean = 0, sd = 1)
x |
Where to evaluate the density function |
mean |
The mean of the Gaussian |
sd |
The standard deviation of the Gaussian |
Computes the probability density function of the sum of the Gaussian distribution and the Student's t distribution on 3 degrees of freedom.
The appropriate pdf value.
Guy Nason
Nason, G.P. (2005) On the sum of the Gaussian and Student's t random variables. Technical Report, 05:01, Statistics Group, Department of Mathematics, University of Bristol.
normt3ip
,dst
,dnorm
dnormt3(0) # # Should be 0.4501582 = sqrt(2)/pi # x <- seq(from=-5, to=5, length=100) plot(x, dnormt3(x), type="l") # Density plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.