I see that the Gumbel distribution has been created based on this link: https://www.tensorflow.org/probability/api_docs/python/tfp/distributions/Gumbel
This is the xi =0 case per https://en.wikipedia.org/wiki/Generalized_extreme_value_distribution
I would like to use a more generalized version of the extreme value distrubutions allowing xi to be non-zero; Gumbel xi =0, Frechet xi > 0, and/or Weibull xi < 0.