[ 
https://issues.apache.org/jira/browse/MATH-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049114#comment-13049114
 ] 

Thomas Neidhart commented on MATH-485:
--------------------------------------

hmm, actually I have created the diff to the latest trunk version.

Actually, I have now installed the checkstyle plugin in eclipse and created a 
formatting profile from the given checkstyle.xml. The only small change I did 
myself was to remove empty lines before javadoc tags as checkstyle was keeping 
to complain about them, so this may have been a mistake.

For the rest, I have made mainly parameter name changes and removed unchecked 
exceptions in the throws definition.

It looks like the formatting style I use, wraps lines to quickly sometimes. Is 
a maximum line width of 80 correct?

> Feature Request: Kalman Filter
> ------------------------------
>
>                 Key: MATH-485
>                 URL: https://issues.apache.org/jira/browse/MATH-485
>             Project: Commons Math
>          Issue Type: Wish
>            Reporter: Benjamin McCann
>             Fix For: 3.0
>
>         Attachments: KalmanFilterExample.java, MATH-485-cleanup.patch, 
> MATH-485-update1.patch, MATH-485.patch
>
>
> I'd love it if Commons Math could add support for the Kalman filter.  Here 
> are a few implementations that might be able to be used for reference or 
> included if they're using compatible licenses:
> http://code.google.com/p/efficient-java-matrix-library/wiki/KalmanFilterExamples
> http://mathstat.asu.edu/~eubank/
> http://www.fit.vutbr.cz/research/prod/index.php.en?id=53&notitle=1
> http://sourceforge.net/projects/jkalman/
> http://www.vni.com/products/imsl/jmsl/v30/api/com/imsl/stat/KalmanFilterEx1.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to