dLBPG {LBPG} | R Documentation |
The probability density function of the length-biased power Garima distribution.
Description
The LBPG package computes the probability density, the cumulative density distribution and the quantile function of the length-biased power Garima (LBPG) distribution, and generates sample values with random variables that has the LBPG distribution.
Usage
dLBPG(x, lambda, beta)
Arguments
x |
vector of positive quantile. |
lambda |
positive parameter(Transformed parameter). |
beta |
positive parameter(Shape parameter). |
Value
dLBPG gives the probability density function.
References
Kittipong Klinjan and Sirinapa Aryuyuen(2021), The length-biased power Garima distribution and its application to model lifetime data,Songklanakarin Lournal of Science asd Techno;ogy (SJST),Volume 43 No.3(May - Jun. 2021),pp667-676, <DOI: 10.14456/sjst-psu.2021.89>
Examples
dLBPG(5.7,1.5,2.5)
[Package LBPG version 0.1.2 Index]