qatanpow | R Documentation |
Defines quantile function (ICDF), and quantile density function as well as probability function (CDF) for Arctan Power distribution
qatanpow(p, alpha = 1, beta = 1)
fatanpow(p, alpha = 1, beta = 1)
dqatanpow(p, alpha = 1, beta = 1, log = FALSE)
patanpow(x, alpha = 1, beta = 1)
datanpow(x, alpha = 1, beta = 1)
p |
vector of probabilities |
alpha |
shape parameter alpha of Arctan Power Distribution. |
beta |
shape parameter beta of Arctan Power Distribution. |
log |
logical; if TRUE, log density is returned. Default is FALSE |
x |
data |
vector
Nasiru S, Abubakari AG, Chesneau C. The Arctan Power Distribution: Properties, Quantile and Modal Regressions with Applications to Biomedical Data. Mathematical and Computational Applications. 2023; 28(1):25. https://doi.org/10.3390/mca28010025
qatanpow(0.1, 2,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.