Custom implementation of epsilon, sum_stat in simulator?

Dear @ricardoV94 , I am sorry for bothering you.

I am stuggeling to continue the project because I am missing the information on how to implement a function that calculates epsilon from the current parameters inside the model as:

c = pm.DiscreteUniform(“c”, lower=0, upper=1000)
epsilon_array=epsilon_generator(c)

What I miss is the conversion of c from pm.DiscreteUniform to int or float…
Or what would be the alternative approach to that.

I posted the question here: Convert from pm.DiscreteUniform to int?

I am sure it is a simple command but I cannot find it anywhere on discourse.pymc or else.

Please let me know if there is a solution. :pray: :pray: :pray: