var fDesc=new Array(); fDesc[0] = "MCM Alchimia is the new unexpensive solution to perform Monte Carlo simulations applied to analytic assays measurement. It is the only engine developed specifically to apply simulations to measurement assays to estimate uncertainties, offering unlimited number of iteration, unlimited lines in mathematical model of the sample, animated histogram to watch the simulation process, 32 built in functions with a keyboard to input in the model editor, and deep information about result distribution.

WIth MCM Alchimia you can take the correct decision about your uncertainty intervals knowing most probable value, Skew and Kurtosis parameters and having the result of a Normality Test (Jarque-Bera) for result distribution. MCM Alchimia also ofers individual parameters contribution to uncertainty to give you a certain view of possible improvement for your tests."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }