Nothing
## -----------------------------------------------------------------------------
library(stats)
library(dplyr)
library(ggplot2)
library(TLCAR)
## -----------------------------------------------------------------------------
dTLCAR(x = 1, alpha = 1, a = 1, b = 0, theta = 2, m=1)
## -----------------------------------------------------------------------------
dTLCAR(x = 3, alpha = 2, a = 1, b = 2, theta = 2, m=4)
## -----------------------------------------------------------------------------
cTLCAR(x = 1, alpha = 1, a = 1, b = 0, theta = 2,m=1)
## -----------------------------------------------------------------------------
cTLCAR(x = 3, alpha = 2, a = 1, b = 2, theta = 2,m=4)
## -----------------------------------------------------------------------------
ploTLCAR(x = seq(-4, 10, by = 0.1), alpha = 1, a = 1,b=0, theta = 2,m=1, type = "pdf")
## -----------------------------------------------------------------------------
ploTLCAR(x = seq(-4, 10, by = 0.1), alpha = 1, a = 1,b=0, theta = 2, m=1,type = "cdf")
## -----------------------------------------------------------------------------
qTLCAR(p = 0.5, alpha = 1, a = 1, b= 0, theta = 2,m=1)
## -----------------------------------------------------------------------------
qTLCAR(p = 0.75, alpha = 2, a = 2, b= 1, theta = 2,m=2)
## -----------------------------------------------------------------------------
rTLCAR(n = 25, alpha = 1, a = 2, b = 0, theta = 2,m=1)
## -----------------------------------------------------------------------------
rTLCAR(n = 50, alpha = 2, a = 2, b = 1, theta = 2,m=2)
## -----------------------------------------------------------------------------
data(ConductorFailureTimes)
fTLCAR(ConductorFailureTimes)
## -----------------------------------------------------------------------------
data(Tree_diameters)
fTLCAR(Tree_diameters)
## -----------------------------------------------------------------------------
sTLCAR(ConductorFailureTimes)
## -----------------------------------------------------------------------------
sTLCAR(Tree_diameters)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.