D-K-E / graphical-models

Probabilistic Graphical Models from Scratch with support for LWF Chain Graphs
GNU General Public License v3.0
4 stars 2 forks source link

get rid of randomvariable under pgmtype #27

Open D-K-E opened 9 months ago

D-K-E commented 9 months ago

The pgmtype folder contains a randomvariable.py module. Not good. All random variable related functionality should be under randvar folder. Before proceeding to delete it, we need to make sure its content is truly reproduced in other parts of the module