powered by
Credibility interval for the power parameter of PN distribution
pn.ICred(x, p, prior="Jeffreys", shape_0=NULL, rate_0 = NULL)
the response vector
credibility level
the prior distribution of power parameter: "Jeffreys" (default), "Uniform" and "Gamma"
shape and rate hyperparameters of the gamma distribution.
Agamez-Montavo, G. (2017). Modelos de mistura finita usando a classe de distribuicoes alpha potencia. Thesis (Doctoral), University of Sao Paulo.
# NOT RUN { x <- rpn(100, 25) pn.ICred(x, 0.95) pn.ICred(x, 0.95, prior = 'Uniform') pn.ICred(x, 0.95, prior = 'Gamma', 1/100, 1/100) # }
Run the code above in your browser using DataLab