Iason Krommydas
Iason Krommydas
- [ ] Voigtian - [ ] Tsallis-Hagedorn, a model for the minimum bias pT distribution - [ ] Q-Gaussian
Hi @anjabeck, I'm doing the Voigt, and I'm also gonna do the CMSShape and CBExGauss because I need them. You can start doing any other distribution if you want. I...
@jonas-eschle I believe q-gaussian is different from the generalized normal? We should also add Student's t distribution which we can do from tensorflow-probability and then the q-gaussian is computed via...
@anjabeck would you be willing to do some more distributions for tf-probability?
> > @anjabeck would you be willing to do some more distributions for tf-probability? > > I guess I'd rather try something new to learn stuff :) @anjabeck Do you...
@jonas-eschle would we want a guassian with different left/right sigmas or should we just leave it like that and a user will have to use the `GeneralizedCB` with very large...
@jonas-eschle I also made some progress on Bernstein today. I have a working version on a notebook that gives the same results as numba_stats and RooBernstein but still not "properly"...
Hi @SengerM, we are interested here to add the Landau and LanGauss distribution to `zfit`. We basically want a tensorflow implementation that is auto-differentiable. As I was looking around, I...
Thanks for your response @SengerM. Well my idea was to map your numpy API to tensorflow as they are fairly similar when it comes to vectorized operations. We also have...
Hi @mmaehring, I haven't started anything that is not done already. Please take a look at the above comments regarding the Landau.