plotDTGIW | R Documentation |
This function for the plot of DTGIW distribution.
plotDTGIW(x, fx, alpha = 3.45, beta = 0.7, lambda = 1.05, theta = 0)
x |
a vector of quantile |
fx |
probability mass function |
alpha |
shape parameter#1. |
beta |
scale parameter. |
lambda |
shape pameter#2. |
theta |
the transmuted parameter. |
the figure of DTGIW distribution
x <- c(0:10) fx<- dDTGIW(x,3.45,0.7,1.05,0) plotDTGIW(x,fx,alpha=3.45,beta=0.7,lambda=1.05,theta=0) fx2 <- dDTGIW(x,2.50,0.5,1.00,0) plotDTGIW(x,fx2,alpha=2.50,beta=0.5,lambda=1.00,theta=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.