[Robkalman-commits] r19 - branches/robKalman_itwm/pkg branches/robkalman_pr/pkg pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 18 16:12:36 CET 2009
Author: ruckdeschel
Date: 2009-03-18 16:12:36 +0100 (Wed, 18 Mar 2009)
New Revision: 19
Removed:
branches/robKalman_itwm/pkg/DESCRIPTION
branches/robKalman_itwm/pkg/NAMESPACE
branches/robKalman_itwm/pkg/R/
branches/robKalman_itwm/pkg/chm/
branches/robKalman_itwm/pkg/demo/
branches/robKalman_itwm/pkg/inst/
branches/robKalman_itwm/pkg/man/
branches/robkalman_pr/pkg/DESCRIPTION
branches/robkalman_pr/pkg/NAMESPACE
branches/robkalman_pr/pkg/R/
branches/robkalman_pr/pkg/chm/
branches/robkalman_pr/pkg/demo/
branches/robkalman_pr/pkg/inst/
branches/robkalman_pr/pkg/man/
pkg/DESCRIPTION
pkg/NAMESPACE
pkg/chm/
pkg/demo/
pkg/inst/
pkg/man/
pkg/robKalman/
Log:
In the last commit, I created subfolder robKalman in folders [branches/robKalman_<...>/]pkg
In order to be able to track changes previous to this version, I first thought that
we ought to keep the contents of of the respective [branches/robKalman_<...>/]pkg
folder unchanged; as these are available on the r-forge archives, anyway, I now
decided to remove them nevertheless in order to enhance clarity of the structure.
Deleted: branches/robKalman_itwm/pkg/DESCRIPTION
===================================================================
--- branches/robKalman_itwm/pkg/DESCRIPTION 2009-03-18 14:47:20 UTC (rev 18)
+++ branches/robKalman_itwm/pkg/DESCRIPTION 2009-03-18 15:12:36 UTC (rev 19)
@@ -1,13 +0,0 @@
-Package: robKalman
-Version: 0.2
-Date: 2008-07-28
-Title: Robust Kalman Filtering
-Description: Routines for Robust Kalman Filtering --- the ACM- and rLS-filter
-Author: Peter Ruckdeschel, Bernhard Spangl
-Maintainer: Peter Ruckdeschel <Peter.Ruckdeschel at itwm.fraunhofer.de>
-Depends: R(>= 2.3.0), methods, graphics, startupmsg, dse1, dse2, MASS, limma, robustbase, numDeriv
-Imports: stats, MASS
-SaveImage: no
-LazyLoad: yes
-License: GPL (version 2 or later)
-URL: https://r-forge.r-project.org/projects/robkalman
Deleted: branches/robKalman_itwm/pkg/NAMESPACE
===================================================================
--- branches/robKalman_itwm/pkg/NAMESPACE 2009-03-18 14:47:20 UTC (rev 18)
+++ branches/robKalman_itwm/pkg/NAMESPACE 2009-03-18 15:12:36 UTC (rev 19)
@@ -1,44 +0,0 @@
-import("methods")
-import("stats")
-import("startupmsg")
-
-exportClasses("PosSemDefSymmMatrix","PosDefSymmMatrix")
-exportClasses("ArrayOrMatrix",
- "Hyperparamtype",
- "sHyperparamtype")
-exportClasses("SSM","TimeInvariantSSM")
-exportClasses("recFilter","robrecFilter")
-exportClasses("RecFiltControl","KalmanControl","robrecControl")
-exportClasses("SSMDistribution.f","SSMellDistribution.f",
- "SSMConvDistribution.f")
-exportClasses("SSMwithDistribution","SSMwithConvDistribution")
-exportClasses("SSMDistr")
-exportClasses("SSMsimulation","SSMcontSimulation")
-exportMethods("getp","setp<-","getq","setq<-",
- "getF","setF<-","getZ","setZ<-",
- "getV","setV<-","getQ","setQ<-",
- "geta","seta<-","getS","setS<-",
- "time","time<-","name","name<-")
-exportMethods("SSM", "Y", "X.filtered", "X.predicted",
- "Cov.filtered", "Cov.predicted","Kalman.Gain",
- "X.rob.filtered", "X.rob.predicted",
- "Cov.rob.filtered", "Cov.rob.predicted","Kalman.rob.Gain")
-exportMethods("rob.correction.ctrl", "rob.prediction.ctrl")
-exportMethods("IndIO", "IndAO", "nsim", "RNGstate")
-exportMethods("Cov.rob.filtered.sim", "Cov.rob.predicted.sim")
-exportMethods("init", "predict", "correct")
-exportMethods("init.rob", "predict.rob", "correct.rob", "name.rob")
-exportMethods("controls")
-exportMethods(".make.project", "kalman", "kalmanRob")
-exportMethods("solve", "simulate")
-export("TI.SSM", "makeArrayRepresentation")
-export("SSMellDistribution.f", "SSMContDistribution.f",
- "SSMConvDistribution.f", "SSMwithDistribution",
- "SSMwithConvDistribution")
-export("rcvcont")
-export("KalmanControl", "ACMControl", "rLSControl")
-export("generateRecFilter", "generateRobRecFilter")
-export("ACMfilt", "ACMfilter", "arGM", "Euclidnorm",
- "simulateState", "simulateObs", "rcvmvnorm", "Huberize",
- "rLScalibrateB", "limitS", "rLSFilter", "KalmanFilter",
- "recursiveFilter")
Deleted: branches/robkalman_pr/pkg/DESCRIPTION
===================================================================
--- branches/robkalman_pr/pkg/DESCRIPTION 2009-03-18 14:47:20 UTC (rev 18)
+++ branches/robkalman_pr/pkg/DESCRIPTION 2009-03-18 15:12:36 UTC (rev 19)
@@ -1,13 +0,0 @@
-Package: robKalman
-Version: 0.2
-Date: 2007-07-03
-Title: Robust Kalman Filtering
-Description: Routines for Robust Kalman Filtering --- the ACM- and rLS-filter
-Author: Peter Ruckdeschel, Bernhard Spangl
-Maintainer: Peter Ruckdeschel <Peter.Ruckdeschel at uni-bayreuth.de>
-Depends: R(>= 2.3.0), methods, graphics, startupmsg, dse1, dse2, MASS, limma, robustbase, numDeriv
-Imports: stats, MASS
-SaveImage: no
-LazyLoad: yes
-License: GPL (version 2 or later)
-URL: http://www.uni-bayreuth.de/departments/math/org/mathe7/robKalman/
Deleted: branches/robkalman_pr/pkg/NAMESPACE
===================================================================
--- branches/robkalman_pr/pkg/NAMESPACE 2009-03-18 14:47:20 UTC (rev 18)
+++ branches/robkalman_pr/pkg/NAMESPACE 2009-03-18 15:12:36 UTC (rev 19)
@@ -1,8 +0,0 @@
-import("methods")
-import("stats")
-import("startupmsg")
-
-export("ACMfilt", "ACMfilter", "arGM", "Euclidnorm",
- "simulateState", "simulateObs", "rcvmvnorm", "Huberize",
- "rLScalibrateB", "limitS", "rLSFilter", "KalmanFilter",
- "recursiveFilter")
Deleted: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2009-03-18 14:47:20 UTC (rev 18)
+++ pkg/DESCRIPTION 2009-03-18 15:12:36 UTC (rev 19)
@@ -1,13 +0,0 @@
-Package: robKalman
-Version: 0.2
-Date: 2008-07-28
-Title: Robust Kalman Filtering
-Description: Routines for Robust Kalman Filtering --- the ACM- and rLS-filter
-Author: Peter Ruckdeschel, Bernhard Spangl
-Maintainer: Peter Ruckdeschel <Peter.Ruckdeschel at itwm.fraunhofer.de>
-Depends: R(>= 2.3.0), methods, graphics, startupmsg, dse1, dse2, MASS, limma, robustbase, numDeriv
-Imports: stats, MASS
-SaveImage: no
-LazyLoad: yes
-License: GPL (version 2 or later)
-URL: https://r-forge.r-project.org/projects/robkalman
Deleted: pkg/NAMESPACE
===================================================================
--- pkg/NAMESPACE 2009-03-18 14:47:20 UTC (rev 18)
+++ pkg/NAMESPACE 2009-03-18 15:12:36 UTC (rev 19)
@@ -1,44 +0,0 @@
-import("methods")
-import("stats")
-import("startupmsg")
-
-exportClasses("PosSemDefSymmMatrix","PosDefSymmMatrix")
-exportClasses("ArrayOrMatrix",
- "Hyperparamtype",
- "sHyperparamtype")
-exportClasses("SSM","TimeInvariantSSM")
-exportClasses("recFilter","robrecFilter")
-exportClasses("RecFiltControl","KalmanControl","robrecControl")
-exportClasses("SSMDistribution.f","SSMellDistribution.f",
- "SSMConvDistribution.f")
-exportClasses("SSMwithDistribution","SSMwithConvDistribution")
-exportClasses("SSMDistr")
-exportClasses("SSMsimulation","SSMcontSimulation")
-exportMethods("getp","setp<-","getq","setq<-",
- "getF","setF<-","getZ","setZ<-",
- "getV","setV<-","getQ","setQ<-",
- "geta","seta<-","getS","setS<-",
- "time","time<-","name","name<-")
-exportMethods("SSM", "Y", "X.filtered", "X.predicted",
- "Cov.filtered", "Cov.predicted","Kalman.Gain",
- "X.rob.filtered", "X.rob.predicted",
- "Cov.rob.filtered", "Cov.rob.predicted","Kalman.rob.Gain")
-exportMethods("rob.correction.ctrl", "rob.prediction.ctrl")
-exportMethods("IndIO", "IndAO", "nsim", "RNGstate")
-exportMethods("Cov.rob.filtered.sim", "Cov.rob.predicted.sim")
-exportMethods("init", "predict", "correct")
-exportMethods("init.rob", "predict.rob", "correct.rob", "name.rob")
-exportMethods("controls")
-exportMethods(".make.project", "kalman", "kalmanRob")
-exportMethods("solve", "simulate")
-export("TI.SSM", "makeArrayRepresentation")
-export("SSMellDistribution.f", "SSMContDistribution.f",
- "SSMConvDistribution.f", "SSMwithDistribution",
- "SSMwithConvDistribution")
-export("rcvcont")
-export("KalmanControl", "ACMControl", "rLSControl")
-export("generateRecFilter", "generateRobRecFilter")
-export("ACMfilt", "ACMfilter", "arGM", "Euclidnorm",
- "simulateState", "simulateObs", "rcvmvnorm", "Huberize",
- "rLScalibrateB", "limitS", "rLSFilter", "KalmanFilter",
- "recursiveFilter")
More information about the Robkalman-commits
mailing list