Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Beta function in Pl/SQL

Kaushik25Mar 27 2018 — edited Mar 30 2018

I am using Oracle 12c database and  APEX 5.1.1. I am doing some calculation in Pl/SQL where I need to apply Beta function on two variables(Decimal numbers).

As I searched found that the value returned by Beta function on x and y is equal to following equation where B is the Beta function and Γ is the Gamma function and these are Oracle Continuous Query Language (Oracle CQL) functions.

How can I evaluate it in Pl/SQL?

Surrounding text describes Figure 7-1 .

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2018
Added on Mar 27 2018
8 comments
564 views