We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random Variable organization must be of the following:
rvaltype.py
rvalops.py
rvalanalyzer.py
catrvalops.py
contrvalops.py
catrvalanalyzer.py
contrvalanalyzer.py
The abstractrval.py object must contain:
abstractrval.py
AbstractRandomVariable
AbstractCatRandomVariable
AbstractNumCatRandomVariable
AbstractContRandomVariable
AbstractContNumRandomVariable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Random Variable organization must be of the following:
rvaltype.py
rvalops.py
rvalanalyzer.py
catrvalops.py
contrvalops.py
catrvalanalyzer.py
contrvalanalyzer.py
The
abstractrval.py
object must contain:AbstractRandomVariable
: holds basic random variable propertiesAbstractCatRandomVariable
: holds basic categorical random variable propertiesAbstractNumCatRandomVariable
: holds basic numeric categorical random variableAbstractContRandomVariable
: holds basic continuous random variableAbstractContNumRandomVariable
: holds basic numeric continuous random variableThe text was updated successfully, but these errors were encountered: