@@ -25,8 +25,8 @@ class MeanField(Approximation):
25
25
26
26
Parameters
27
27
----------
28
- local_rv : dict
29
- mapping {model_variable -> local_variable}
28
+ local_rv : dict[var->tuple]
29
+ mapping {model_variable -> local_variable (:math:` \\ mu`, math:` \\ rho`) }
30
30
Local Vars are used for Autoencoding Variational Bayes
31
31
See (AEVB; Kingma and Welling, 2014) for details
32
32
@@ -100,8 +100,8 @@ class FullRank(Approximation):
100
100
101
101
Parameters
102
102
----------
103
- local_rv : dict
104
- mapping {model_variable -> local_variable}
103
+ local_rv : dict[var->tuple]
104
+ mapping {model_variable -> local_variable (:math:` \\ mu`, math:` \\ rho`) }
105
105
Local Vars are used for Autoencoding Variational Bayes
106
106
See (AEVB; Kingma and Welling, 2014) for details
107
107
@@ -240,9 +240,9 @@ class Empirical(Approximation):
240
240
Parameters
241
241
----------
242
242
trace : MultiTrace
243
- local_rv : dict
244
- Experimental for Histogram approximation
245
- mapping {model_variable -> local_variable}
243
+ local_rv : dict[var->tuple]
244
+ Experimental for Empirical Distribution
245
+ mapping {model_variable -> local_variable (:math:` \\ mu`, math:` \\ rho`) }
246
246
Local Vars are used for Autoencoding Variational Bayes
247
247
See (AEVB; Kingma and Welling, 2014) for details
248
248
0 commit comments