govindarajulu | R Documentation |
Defines quantile function (ICDF), probability density and quantile density function as well as probability function (CDF) for Govindarajulu distribution
qgovindarajulu(p, sg, bt)
fgovindarajulu(p, sg, bt)
dqgovindarajulu(p, sg, bt, log = FALSE)
pgovindarajulu(
q,
...,
lower = 0,
upper = 1,
tol = 1e-06,
silent = TRUE,
trace = 0
)
dgovindarajulu(x, sg, bt, tol = 1e-06)
p |
vector of probabilities |
sg |
parameter sigma of Govindarajulu distribution |
bt |
parameter beta of Govindarajulu distribution |
log |
logical; if TRUE, log density is returned. Default is FALSE |
q |
vector of quantiles |
... |
used by method |
lower , upper |
the |
tol |
the |
silent |
the |
trace |
integer number passed to |
x |
numeric vector |
vector
qgovindarajulu(0.1, 1, 5)
fgovindarajulu((1:5)/10, 1, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.