HDclassif version 1.2.2 2013-01-15: Help files: - imoprtant in hddc.Rd: mismatch between the code and the help files; the stopping criterion (eps) now is correctly described as 'the difference between two successive log likelihoods' (as it is in the code) instead of 'the difference between two successive log likelihood per observation' - some rewritting of help files Code issues: - now some errors are handled properly by the function hddc - corrected a bug when using common dimension models which could lead to a selection of the intrinsic dimension of 0 - now hddc will stop if the number of potential individuals in a class is inferior to 2; if so it will give the message 'empty class' which means stricly less than 2 individuals - in hddc and hdda the option 'dim.ctrl' is now named 'noise.ctrl' for a clearer meaning - changing the name of the option 'ctrl' in hddc to 'min.individuals' for a clearer meaning. - 'min.individuals' is the minimum NUMBER of individuals in a class, it is not a PERCENTAGE of the total nomber of observations anymore. Its value cannot be lower than 2 HDclassif version 1.2.1 2012-01-05: - the citation of the package is updated - new reference in .Rd files HDclassif version 1.2 2011-07-15: - now the BIC and the log likelihood are not divided by N (the number of observation) anymore - help files have been rewritten - very slight changes in the random initialization of hddc (now the random init cannot begin with an empty class) - changes on the predict.hdc function. It now works all the time. - added some features to hdda, notably the model "all" and the V-fold cross validation for dimension selection - a cross-validation option has been added for hdda in order to select the best dimension or threshold with respect to the CV result - big changes in the function plot.hdc. Now the dimensions selection using either Cattell's scree-test or the BIC can be plotted. - the graph of the eigenvalues has been removed - graph scale changed for Cattell's scree-test to see directly the threshold levels - now it is possible to select the dimension with the "bic" criterion in hddc - added some warnings when the value of the parameter b is very low (inferior to 1e-6) - the calclulation trick when N

New name ¤ AkiBkQkDk -> AkjBkQkDk ¤ AkiBQkDk -> AkjBQkDk ¤ AkiBkQkD -> AkjBkQkD ¤ AkiBQkD -> AkjBQkD ¤ AiBQD -> AjBQD - When several models are given, HDDA and HDDC now explicitly give the model they select - The initialization kmeans can be settled by the user using ... in HDDC - HDDC now handles several model at once - A demo has been built for the methods hdda and hddc