Skip to contents

Distribuicao Weibull

Usage

rnp_distribuicao_weibull(
  fun = c("d", "p", "q", "r"),
  forma,
  escala = 1,
  x = NULL,
  q = NULL,
  p = NULL,
  n = NULL
)

Arguments

fun

String: "d", "p", "q", "r".

forma, escala

Parametros de forma (shape) e escala (scale), positivos.

x, q, p, n

Argumentos conforme fun.

Value

Vetor numerico.

Examples

rnp_distribuicao_weibull("p", q = 1, forma = 1.5, escala = 1)
#> [1] 0.6321206