Commit baaf981
committed
docs: fix parameter descriptions in
Propagates fix from 9fedcf9 ("docs: fix parameter descriptions in
`stats/base/dists/lognormal`") to the top-level quantile JSDoc in
`stats/base/dists/lognormal/quantile/docs/types/index.d.ts` that still
labeled `mu` as "mean" and `sigma` as "standard deviation". For the
lognormal distribution, `mu` and `sigma` are the location and scale
parameters of the underlying normal, not the mean/std of the lognormal
itself.
The matching JSDoc blocks in `stats/base/dists/lognormal/docs/types/
index.d.ts` were dropped from this propagation: that file fails the
TypeScript-declarations lint on pre-existing example value mismatches
in the `logpdf` block (lines 176/179, introduced in cfc58ab) which
are out of scope for this fix.stats/base/dists/lognormal/quantile
1 parent ba7a157 commit baaf981
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments