DictInterface.log_prob()

DictInterface.log_prob()#

DictInterface.log_prob(model_state)[source]#

Returns the log-probability from a model state.

Parameters:

model_state (Any) – A dictionary of variable or node names and values.

Return type:

float