Calculate probabilities for log-normal distribution
f(x) = 1/(xσ√(2π)) * e^(-(ln(x)-μ)²/(2σ²))
where μ is location parameter and σ is scale parameter