I am a new contributor and exploring source code to understand how Expectation and CDF are calculated in the process of working on issue
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,