Struct linregress::RegressionData
source · [−]pub struct RegressionData<'a> { /* private fields */ }
Expand description
A container struct for the regression data.
This struct is obtained using a RegressionDataBuilder
.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for RegressionData<'a>
impl<'a> Send for RegressionData<'a>
impl<'a> Sync for RegressionData<'a>
impl<'a> Unpin for RegressionData<'a>
impl<'a> UnwindSafe for RegressionData<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
Checks if self
is actually part of its subset T
(and can be converted to it).
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
The inclusion map: converts self
to the equivalent element of its superset.