bcgov / ssdtools

An R package to fit and plot Species Sensitivity Distributions (SSDs)
https://bcgov.github.io/ssdtools/
Apache License 2.0
30 stars 16 forks source link

Consider closed form solution for lnorm and potentially other distributions #375

Open joethorley opened 1 month ago

joethorley commented 1 month ago

Advantages faster and avoids optimization engine failing

Disadvantages requires additional code to handle special case.

joethorley commented 1 month ago

Another disadvantage is that closed form doesn't work with censored data.