var fDesc=new Array(); fDesc[0] = "Sirius is the main software product from Pattern Recognition Systems. It is a tool for multivariate analysis that covers all the central methods within multivariate exploratory analysis, classification/discrimination and calibration/response modeling. Experimental design is also supported.

Main Features:

-Mixture Design
-Target Projection (TP) - an OPLS equivalent
-Multiple Linear Regression
-New modelling options
-External Model Validation
-New effective Alignment algorithms
-New Baseline Correction options
-Colouring Templates for objects and variables
-New Import Options
-New features in the Data editor
-New useful features for supporting PLS-DA"; 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 = ''; } }