| NEWS | R Documentation |
Discrete parametric families "binomial", "Poisson" and "Dirac" are added.
Information criteria "D" and "SSE" are added.
Methods print.RNGMIX, print.REBMIX, coef.REBMIX and summary.REBMIX are added.
Method predict.list for class membership prediction is added.
The package does not write to stdout and read from stdout any more.
The package is protected against wrong input arguments.
Additional arguments Variables, Theta1, Theta2, ymin, ymax and b
enter function REBMIX.
Minimum radius RMIN is eliminated.
Simplified treatment of global modes with equal probabilities in C functions GlobalModeKNN(),
GlobalModePW() and GlobalModeH().
Improved treatment of potentially singular solutions in C functions EnhancedEstimationKNN(),
EnhancedEstimationPW() and EnhancedEstimationH().
Improved convergence criteria in C functions REBMIXKNN(), REBMIXPW() and REBMIXH().
Fixed bug in C function PreprocessingPW().
Fixed bug in C functions RoughEstimationKNN(), RoughEstimationPW() and
RoughEstimationH().
Fixed bug in plot.REBMIX method.
Dataset adult is added.
Methods AIC, AIC3, AIC4, AICc and CAIC are added.
Method AWE is added.
Method BIC is added.
Method boot.REBMIX for bootstrap is added.
Method CLC is added.
Function demix for empirical density calculation is added.
Function dfmix for predictive density calculation is added.
Method HQC is added.
Method ICL is added.
Method ICLBIC is added.
Method logL is added.
Methods MDL2 and MDL5 are added.
Function pemix for empirical distribution function calculation is added.
Function pfmix for predictive distribution function calculation is added.
Function plot.REBMIX is extended. It enables besides "density" plots also "marginal",
"c", "IC", "logL", "D" and "distribution" plots.
Additional arguments what enters method plot.REBMIX.
Method PRD is added.
Methods print.boot.REBMIX and summary.boot.REBMIX are added.
Method SSE is added.
Dataset weibull is added.
Continuous parametric family "gamma" is added.
Fixed symbol eating bug for Mac OS X.
Rough parameter estimation is improved by introducing constrained entropy maximization.
Fixed bug in C functions RoughEstimationKNN(), RoughEstimationPW() and RoughEstimationH().
Fixed bug in boot.REBMIX method.