Source file "org/apache/commons/math3/filter/KalmanFilter.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 380 of 380 | 0% | 30 of 30 | 0% | 27 | 27 | 65 | 65 | 12 | 12 |
| KalmanFilter(ProcessModel, MeasurementModel) | 0% | 0% | 12 | 12 | 36 | 36 | 1 | 1 | ||
| correct(RealVector) | 0% | 0% | 2 | 2 | 10 | 10 | 1 | 1 | ||
| predict(RealVector) | 0% | 0% | 4 | 4 | 7 | 7 | 1 | 1 | ||
| predict(double[]) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| correct(double[]) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| predict() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| getStateDimension() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getMeasurementDimension() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getStateEstimation() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getStateEstimationVector() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getErrorCovariance() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getErrorCovarianceMatrix() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |