Trait pmcore::prelude::EstimateTheta
pub trait EstimateTheta<E>where
E: Equation,{
// Required method
fn estimate_theta(
&self,
equation: &E,
point: &ArrayBase<OwnedRepr<f64>, Dim<[usize; 1]>>,
) -> ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>;
}