Previous | Next |
\newcommand{\R}[1]{{\rm #1}}
\newcommand{\B}[1]{{\bf #1}}
One web page per Section | All as one web page | |
Math in Latex
| ckbs.htm | _printable.htm |
Math in MathML
| ckbs.xml | _priintable.xml |
http://www.seanet.com/~bradbell/packages.htm
http://www.coin-or.org/download/source/CoinBazaar
Theses releases are named
ckbs-0.yyyymmdd.r.ext
where
yyyy
is the year,
mm
is the month,
dd
is the day,
r
is the release number,
and
ext
is tgz
or zip
.
If
ext
is tgz
the command
tar -xvzf ckbs-0.yyyymmdd.r.tgz
will create the
ckbs-0.yyyymmdd.r
directory.
If
ext
is zip
the command
unzip ckbs-0.yyyymmdd.r.zip
will create the
ckbs-0.yyyymmdd.r
directory.
ckbs
,
start with the following commands:
mkdir ckbs
cd ckbs
web="https://projects.coin-or.org/svn/CoinBazaar/projects/ckbs"
For each release listed in the
download directory
you can use subversion to download the release with the commands
svn checkout $web/releases/0.yyyymmdd.r
This will create the
ckbs/0.yyyymmdd.r
directory.
You can also download the most recent version of ckbs (called the trunk)
using the commands
svn checkout $web/trunk
This will create the
ckbs/trunk
directory.
ckbs/0.yyyymmdd.r/example
or
ckbs/trunk/example
and use Matlab® or Octave to run the program all_ok.m
.
It will print the test results for all the components of ckbs
.
You can run some more tests by changing into the directory
ckbs/0.yyyymmdd.r/test
or
ckbs/trunk/test
and running the program all_ok.m
which will have a similar output.
ckbs/0.yyyymmdd.r/doc/ckbs.xml
If you download the latest version (the trunk),
a copy of the documentation for this version can
be built by executing the commands
./build_doc.sh
in the
ckbs/trunk
directory.
You can then view the documentation in your browser by opening the file
ckbs/trunk/doc/ckbs.xml
_contents | Table of Contents |
license | Your License to use the ckbs Software |
ckbs_t_general | The General Student's t Smoother |
ckbs_nonlinear | The Nonlinear Constrained Kalman-Bucy Smoother |
ckbs_L1_nonlinear | The Nonlinear Constrained Kalman-Bucy Smoother |
ckbs_affine | Constrained Affine Kalman Bucy Smoother |
ckbs_affine_singular | Singular Affine Kalman Bucy Smoother |
ckbs_L1_affine | Robust L1 Affine Kalman Bucy Smoother |
utility | ckbs Utility Functions |
all_ok.m | Run All Correctness Tests |
whatsnew | Changes and Additions to ckbs |
wishlist | List of Future Improvements to ckbs |
bib | Bibliography |
_reference | Alphabetic Listing of Cross Reference Tags |
_index | Keyword Index |
_search | Search This Web Site |
_external | External Internet References |