A lot of progress.
This commit is contained in:
@@ -33,7 +33,15 @@ impl Kernel for Constant {
|
||||
array![1.0]
|
||||
}
|
||||
|
||||
fn feedback(&self) -> Array2<f64> {
|
||||
array![[0.0]]
|
||||
}
|
||||
|
||||
fn transition(&self, t0: f64, t1: f64) -> Array2<f64> {
|
||||
todo!();
|
||||
array![[1.0]]
|
||||
}
|
||||
|
||||
fn noise_cov(&self, t0: f64, t1: f64) -> Array2<f64> {
|
||||
array![[0.0]]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user