We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Model.independent_vars
1 parent 0dd68ea commit db8bb20Copy full SHA for db8bb20
pymc/model.py
@@ -1027,17 +1027,6 @@ def unobserved_RVs(self):
1027
"""
1028
return self.free_RVs + self.deterministics
1029
1030
- @property
1031
- def independent_vars(self):
1032
- """List of all variables that are non-stochastic inputs to the model.
1033
-
1034
- These are the actual random variable terms that make up the
1035
- "sample-space" graph (i.e. you can sample these graphs by compiling them
1036
- with `aesara.function`). If you want the corresponding log-likelihood terms,
1037
- use `var.tag.value_var`.
1038
- """
1039
- return inputvars(self.unobserved_RVs)
1040
1041
@property
1042
def disc_vars(self):
1043
"""All the discrete variables in the model"""
0 commit comments