I have been trying to calibrate a LogNormal distribution from a known mean, and known 15% and 85% points (1.5 and 4.5). I am using FindRoot, setting the integral of the distribution from 1.5 to 4.5 equal to its known value of 0.7, and attempting to solve for the unknown variance, v, giving a starting point of 3. However, I keep getting the error message "FindRoot::nlnum: "The function value {False} is not a list of numbers with dimensions {1} at {v} = {3.}. " and the output is just a repitition of the input. What is going wrong? Is there any easier way to do this on mathematica that you know of?