CDF of Beta distribution

i want to use CDF for beta distribution.
parameters
s=1 and t=3

b=0.15 (that mean's i need probability less than 0.15)

which function i should use?
pbeta(b,s,t)
or
qbeta(b,s,t)

or any other please suggest
Thank you

print(z1_beta <- pbeta(0.15, 1,3))

Thank you for your reply. :smiling_face_with_three_hearts:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.