Skip to content
New issue

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

rename Distribution class to RandomVariable #177

Merged
merged 1 commit into from
Jul 18, 2016

Conversation

dustinvtran
Copy link
Member

@dustinvtran dustinvtran commented Jul 18, 2016

Following @ebrevdo's suggestion, we are renaming the Distribution class as it is an overloaded term. I propose calling it RandomVariable, which in fact stays truer to its roots. As we add tensor operations we will literally be operating on RandomVariable instantiations and interpreting them as operations on random variables.

Most technically the class conceptually is an XRP from probabilistic programming lingo. But nobody really want to use that jargon as part of the API (I think Noah moved recently as well), in the same way I personally do not want to start using thunk everywhere to replace model.

(We should also merge this now, before merging tomorrow morning's new website release #149.)

@dustinvtran dustinvtran merged commit 641f806 into master Jul 18, 2016
@dustinvtran dustinvtran deleted the cleanup/rename-distributions branch July 18, 2016 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

avoid two files with same name
1 participant