org.apache.commons.math3.filter
Class KalmanFilterTest
java.lang.Object
org.apache.commons.math3.filter.KalmanFilterTest
public class KalmanFilterTest
- extends Object
Tests for KalmanFilter.
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KalmanFilterTest
public KalmanFilterTest()
testTransitionMeasurementMatrixMismatch
public void testTransitionMeasurementMatrixMismatch()
testTransitionControlMatrixMismatch
public void testTransitionControlMatrixMismatch()
testConstant
public void testConstant()
testConstantAcceleration
public void testConstantAcceleration()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.