You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@51534079fef45e990850102147e8945fb023d1d0/lib/node_modules/@stdlib/stats/base/dists/beta/cdf/docs/img/equation_beta_cdf.svg" alt="Cumulative distribution function for a beta distribution.">
37
-
<br>
36
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@51534079fef45e990850102147e8945fb023d1d0/lib/node_modules/@stdlib/stats/base/dists/beta/cdf/docs/img/equation_beta_cdf.svg" alt="Cumulative distribution function for a beta distribution.">
37
+
<br>
38
38
</div> -->
39
39
40
40
<!-- </equation> -->
@@ -147,7 +147,7 @@ var EPS = require( '@stdlib/constants/float64/eps' );
147
147
var cdf =require( '@stdlib/stats/base/dists/beta/cdf' );
148
148
149
149
var opts = {
150
-
'dtype':'float64'
150
+
'dtype':'float64'
151
151
};
152
152
var alpha =uniform( 10, EPS, 5.0, opts );
153
153
var beta =uniform( 10, EPS, 5.0, opts );
@@ -231,24 +231,24 @@ element and another before the `/section` close. -->
0 commit comments