normal_log_prob

Function normal_log_prob 

Source
pub fn normal_log_prob(x: f32, mean: f32, std: f32) -> f32
Expand description

Compute log_prob for a normal distribution.