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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/laplace/median/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ The function accepts the following arguments:
172
172
-**b**: `[in] double` scale parameter.
173
173
174
174
```c
175
-
doublestdlib_base_dists_laplace_median( const double x, const double a, const double b );
175
+
doublestdlib_base_dists_laplace_median( const double mu, const double b );
176
176
```
177
177
178
178
</section>
@@ -220,6 +220,12 @@ int main( void ) {
220
220
221
221
</section>
222
222
223
+
<!-- /.examples -->
224
+
225
+
</section>
226
+
227
+
<!-- /.c -->
228
+
223
229
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments