Hello, I am a new contributor and exploring source code to understand how Expectation and CDF are calculated in the process of working on issue #25868 <https://github.com/sympy/sympy/issues/25868> 1) How to verify if all variables are i.i.d in sympy . I tried "isinstance " using "Uniform" and "independent" but I am getting type error. I am aware of "is_random". I want to know if any methods are already available 2)Are there any strategies/conventions to navigate and locate methods of classes? or to use documentation efficiently?
Thank you, Tejaswini -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/376619f1-b3f2-4191-9174-6e4cd09bb98en%40googlegroups.com.
