Reparameterized.beta: Reparameterized Beta distribution functions

Description Usage Arguments Value Examples

Description

Reparameterized Beta distribution functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
dbeta.rp(x, mean = 0.5, effective.ss = 1, ncp = 0, log = FALSE)

pbeta.rp(
  q,
  mean = 0.5,
  effective.ss = 1,
  ncp = 0,
  lower.tail = TRUE,
  log.p = FALSE
)

qbeta.rp(
  p,
  mean = 0.5,
  effective.ss = 1,
  ncp = 0,
  lower.tail = TRUE,
  log.p = FALSE
)

Arguments

x

likelihood function evaluates at point x

mean

mean

effective.ss

effective sample size

ncp

non-centrality parameter

log

as in stats::*beta

q

quantile

p

cumulative probability

n

sample size

Value

Returns density values, cumulative probabilities, quantiles and random samples from a Beta distribution.

Examples

1
2
3
4
5
6
## Not run: 
dbeta.rp()
pbeta.rp()
qbeta.rp()

## End(Not run)

lylyf1987/GNGpkg documentation built on May 19, 2020, 12:07 a.m.