Home
last modified time | relevance | path

Searched refs:dbisa (Results 1 – 4 of 4) sorted by relevance

/dports/math/R-cran-VGAM/VGAM/man/
H A DbisaUC.Rd3 \alias{dbisa}
14 dbisa(x, scale = 1, shape, log = FALSE)
46 \code{dbisa} gives the density,
73 plot(x, dbisa(x, shape = 1), type = "l", col = "blue",
76 lines(x, dbisa(x, shape = 2), col = "orange", lty = 2, lwd = 2)
77 lines(x, dbisa(x, shape = 0.5), col = "green", lty = 1, lwd = 2)
82 plot(x, dbisa(x, shape = shape), type = "l", col = "blue", las = 1, ylab = "",
89 lines(Q, dbisa(Q, shape = shape), col = "purple", lty = 3, type = "h")
H A Dbisa.Rd156 lines(dbisa(x, Coef(fit)[1], Coef(fit)[2]) ~ x, data = bdata2,
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.survival.R190 dbisa <- function(x, scale = 1, shape, log = FALSE) { function
413 ll.elts <- c(w) * dbisa(x = y, scale = sc, shape = sh, log = TRUE)
/dports/math/R-cran-VGAM/VGAM/
H A DNAMESPACE556 bisa, dbisa, pbisa, qbisa, rbisa,