Skip to contents

Distribuicao Beta

Usage

rnp_distribuicao_beta(
  fun = c("d", "p", "q", "r"),
  a,
  b,
  x = NULL,
  q = NULL,
  p = NULL,
  n = NULL
)

Arguments

fun

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

a, b

Parametros de forma (shape1, shape2), positivos.

x, q, p, n

Argumentos conforme fun.

Value

Vetor numerico.

Examples

rnp_distribuicao_beta("d", x = 0.5, a = 2, b = 2)
#> [1] 1.5