FIX: SDE inference. Couple of bug fixes and minor syntactic madifications.

This commit is contained in:
Alexander Grigorievskiy 2016-03-08 17:56:20 +02:00
parent 3ef070a0dc
commit 529ac15cdf
12 changed files with 199 additions and 180 deletions

View file

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Alex Grigorevskiy
# Licensed under the BSD 3-clause license (see LICENSE.txt)
"""
Testing state space related functions.
"""

View file

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Alex Grigorevskiy
# Licensed under the BSD 3-clause license (see LICENSE.txt)
"""
Test module for state_space_main.py
"""