pub trait DeterministicIntensity {
// Required method
fn intensity(&self, t: f64) -> f64;
}Expand description
Indicates the point process has a deterministic intensity process.
pub trait DeterministicIntensity {
// Required method
fn intensity(&self, t: f64) -> f64;
}Indicates the point process has a deterministic intensity process.