File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/node_modules/@stdlib/stats/base/dists/poisson/median Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The [median][median] for a [Poisson][poisson-distribution] random variable is
31
31
<!-- <equation class="equation" label="eq:poisson_median" align="center" raw="\operatorname{Median}\left( X \right) = \lfloor \lambda+1/3-0.02/\lambda \rfloor " alt="Median for a Poisson distribution."> -->
32
32
33
33
``` math
34
- \mathop{\mathrm{Median}}\left( X \right) = \lfloor \lambda+1/3-0.02/\lambda \rfloor
34
+ \mathop{\mathrm{Median}}\left( X \right) = \lfloor \lambda+1/3-0.02/\lambda \rfloor
35
35
```
36
36
37
37
<!-- <div class="equation" align="center" data-raw-text="\operatorname{Median}\left( X \right) = \lfloor \lambda+1/3-0.02/\lambda \rfloor " data-equation="eq:poisson_median">
You can’t perform that action at this time.
0 commit comments