When this cell is executed:
data = {1.67655096, 1.73234376, 1.8965016, 2.06723664, 2.19692088, 2.20885056, 2.21420304, 2.2199184, 2.25389304, 2.26954224, 2.42848368, 2.62902024, 2.6572795, 2.76596208, 2.95570296, 3.15574056, 3.25290168, 3.5498736, 3.81037608, 3.88707984, 4.00737456, 4.1241312, 4.34081592, 4.56303456, 4.57950024}; FindDistribution[data, TargetFunctions -> {LogNormalDistribution}] FindDistribution[data, TargetFunctions -> {LogNormalDistribution}] FindDistribution[data, TargetFunctions -> {LogNormalDistribution}]
the fitted values for mu and sigma are different for each FindDistribution. Why? Can one get the estimated uncertainties of the fitted values from a large number of these different fitted values?