rMPG_nu_Half: rMPG_nu_Half(alpha) generates random sample from the Modified...

Description Usage Arguments Value Examples

View source: R/rMPG_nu_Half.R

Description

rMPG_nu_Half(alpha) generates random sample from the Modified Ploya Gamma distribution.

Usage

1
rMPG_nu_Half(n = 1, alpha)

Arguments

n:

Number of samples to be generated.

alpha:

The parameter of the distribution, a positive number.

Value

The sample from the MPG(nu=.5, alpha) dostribution.

Examples

1
2
3
4
library(ghyp)
rMPG_nu_Half(10,1)
rMPG_nu_Half(200,100)
rMPG_nu_Half(5,10000)

subhadippal2019/BVNF documentation built on March 12, 2021, 10:05 p.m.