-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The following code with scale=0.01
x = NormalVariable(loc=0., scale=0.01, name="mu")
model = ProbabilisticModel([x])
sample = model.get_sample(2)
print(sample)returns this:
mu_scale mu_loc mu
0 -4.600166 0.0 -0.030332
1 -4.600166 0.0 -0.008252Value of the mu_scale has been changed. Is this expected behavior since I have declared the random variable x with the scale value scale=0.01, but got something like log(0.01) = -4.600166.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels