NEWS
ICS 1.4-1 (2023-09-21)
- fixing a mistake in the documentation
- bugfix in summary() method of class ICS so that it doesn't call print()
ICS 1.4-0 (2023-09-09)
- changing the maintainer email address and welcoming new contributors to the package
- complete new implementation of ICS that uses S3 classes and methods and that supports different algorithms. From now on function ICS should be used and functions ics and ics2 are to be avoided.
ICS 1.3-2 (2023-05-30)
- changing the maintainer email address
- removing latin1 encoding
- updating the citation file
ICS 1.3-1 (2018-03-02)
- changing the maintainer email address
ICS 1.3-0 (2016-11-12)
- adding new function ics2 and the corresponding print and summary methods
- making the screeplot function a method and improving it
- improving the code of the ics function
- general revision of the help files
- new functions MeanCov and Mean3Cov4
ICS 1.2-5 (2015-09-27)
- changing maintainer email address
- cleaning the depends and imports
- fixing some vignette issues
- some minor code improvements
ICS 1.2-4 (2013-10-11)
- changing the test statistic in mvnorm.kur.test to make the test affine invariant, thanks to Sara Taskinen
- dropping the internal check if a matrix is numeric since that is quite time consuming
- some minor code improvements
- changing the maintainer email address
ICS 1.2-3 (2012-03-29)
- fixing some problems related to R2.15.0
- updating some help files
ICS 1.2-2 (2010-10-05)
- added the function scovq
- updating of references
ICS 1.2-1 (2009-04-22)
- added the function cov4.wt
- updating of references
ICS 1.2-0 (2008-10-30)
- added a vignette to the package
- changed to the citation. Now the correct citation of the package is a reference to the corresponding JSS paper.
ICS 1.1-3 (2008-09-14)
- The covariance matrix for the mahalabobis distance in mean3 is now devided by n instead of n-1.
ICS 1.1-2 (2008-04-03)
- Fixing a bug in cov4 (reported by Sara Taskinen).
ICS 1.1-1 (2008-02-18)
- Minor changes in documentation.
ICS 1.1-0 (2007-12-07)
- Changing the package title description
- Adding more slots to the ICS class and renaming some
- Giving the option to submit also 2 scatter matrices to the function ics.
This changes the way of the computation method and leads to a new option on how to
standardize the Kurtosis values. Note that code for ics of version 1.0-0 might break.
- New function tM
- New function covAxis
- Updating some references
- Some new examples and changing examples so, that X %*% A is now X %*% t(A)
ICS 1.0-0 (2007-05-04)
- First version released on CRAN