Dear Harry,
Thank you for your rapid response.
1) The SciPy fitted values are s = 0.21896308539130055 ;
loc = 0.21401309307042476 (min);
scale = 69.71370245658527
2) The SciPy calculated:
mean = 71.6177570093458 min;
standard deviation = 15.829446730132336 min
3) JaamSim values used:
Location = 0.21401309307042476 (min);
Scale = 69.71370245658527;
NormalMean = 4.2443968903613944;
NormalStandardDeviation = 0.21896308539130055
Filling in these values, I obtained the same output you did. However, the problem is encountered when I want to convert to TimeUnit instead of dimensionless units. In that case, the outputs are as follows;
I know it's technically possible to just use the distribution with a dimensionless Unittype and use [LogNormalDistribution].value [min] to convert it to a time unit in the service time of entity processors. However, given the size of my simulation, this would be highly inefficient.
Best,
Karim