[ENH] Tweedie distribution, incl mathematics and design #429
Labels
implementing algorithms
Implementing algorithms, estimators, objects native to skpro
module:probability&simulation
probability distributions and simulators
For #423 and other GLM interfaces, we would need a Tweedie distribution.
The Tweedie distribution has a number of difficulties:
p
, a real number, which leads to special cases that include well-known and obscure distribution families. This also leads to design questions on how these families and Tweedie should relatescipy
interface, hence it does not exist inscipy
for allp
. In fact,scipy
has no Tweedie distribution, see discussion here: Add Tweedie distributions to scipy.stats scipy/scipy#11291 (comment)cdf
orppf
There is some discussion about Tweedie in the issue related to the
sklearn
Tweedie regressor: #423 (comment)The text was updated successfully, but these errors were encountered: