Skip to content

Commit b7170cb

Browse files
committed
Update NEWS.md
1 parent ef94f6b commit b7170cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ at the following URL: https://lbbe-software.github.io/fitdistrplus/
77

88
BUG FIXES
99

10-
- mgedist() may suffer a numerical issue for Anderson-Darling GoF metrics. All GoF metrics now take care of numerical issue, such as log(0) or 1/0, and are properly scaled by the sample sized to avoid large sample size issues. Thanks for Ethan Chapman for reporting the bug.
10+
- `mgedist()` may suffer a numerical issue for Anderson-Darling GoF metrics. All GoF metrics now take care of numerical issue, such as `log(0)` or `1/0`, and are properly scaled by the sample sized to avoid large sample size issues. Thanks for Ethan Chapman for reporting the bug.
1111
- the default starting value for the gamma distribution was wrongly computed for the rate parameter. Thanks for Wendy Martin for reporting the bug.
12-
- mledist(), mmedist(), qmedist() may suffer a scaling issue and the objective function is properly scaled by the sample sized to avoid large sample size issues.
13-
- mledist() now takes care of numerical issue, such as log(0).
12+
- `mledist()`, `mmedist()`, `qmedist()` may suffer a scaling issue and the objective function is properly scaled by the sample sized to avoid large sample size issues.
13+
- `mledist()` now takes care of numerical issue, such as `log(0)`.
1414

1515
# fitdistrplus 1.2-1
1616

0 commit comments

Comments
 (0)