hello all,
I am a 3rd year undergraduate student currently pursuing electronics and 
communication at nit jaipur.I will be the gsoc applicant this year.I have 
gone through the sympy stats module and found it very interesting .I am 
good in python.I want to add functions for conditional probability,and 
functions for multivariate normal distributions to it.Also ,I would like to 
provide functions for  plotting the pdfs of various  distributions,which 
are not there in matplotlib or any other plotting library. 

Example code that i want to implement 

[In] from sympy.stats import P,E,variance,Die,
[In]X,Y=Die('X',6),Die('Y',6)
[In]P(X>3|Y>3)

[Out]1/4

and I would like to define nnormal function for multivariate which could 
take parameters for how many variables and  define different means like 
E[X^4],E[X1X2] etc.

Please help with  references to be used for this work and guide me for 
their implementation or for other function implementation.

Thank You !!

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/3f60417d-fe81-420f-8634-4e989ce184f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to