File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
2222
2323> [ Beta prime] [ betaprime-distribution ] distribution logarithm of probability density function (PDF).
2424
25- <section class="intro"
25+ <section class =" intro " >
2626
2727The [ probability density function] [ pdf ] (PDF) for a [ beta prime] [ betaprime-distribution ] random variable is
2828
@@ -198,7 +198,7 @@ Evaluates the natural logarithm of the [probability density function][pdf] (PDF)
198198
199199``` c
200200double y = stdlib_base_dists_betaprime_logpdf( 0.5 , 1.0 , 1.0 );
201- // returns ~-0.811
201+ // returns ~-0.955
202202```
203203
204204The function accepts the following arguments:
@@ -208,7 +208,7 @@ The function accepts the following arguments:
208208- ** beta** : ` [in] double ` second shape parameter.
209209
210210``` c
211- double stdlib_base_dists_betaprime_logpdf ( const double x, double alpha, const double beta );
211+ double stdlib_base_dists_betaprime_logpdf ( const double x, const double alpha, const double beta );
212212```
213213
214214</section>
You can’t perform that action at this time.
0 commit comments