pub struct ModelSpec;Expand description
Entry point namespace for typed model specifications.
Implementations§
Source§impl ModelSpec
impl ModelSpec
Sourcepub fn normal() -> NormalSpec
pub fn normal() -> NormalSpec
Creates a normal model spec.
Sourcepub fn log_normal() -> LogNormalSpec
pub fn log_normal() -> LogNormalSpec
Creates a log-normal model spec.
Sourcepub fn weibull() -> WeibullSpec
pub fn weibull() -> WeibullSpec
Creates a Weibull model spec.
Sourcepub fn inverse_gaussian() -> InverseGaussianSpec
pub fn inverse_gaussian() -> InverseGaussianSpec
Creates an inverse Gaussian model spec.
Trait Implementations§
impl Copy for ModelSpec
impl Eq for ModelSpec
impl StructuralPartialEq for ModelSpec
Auto Trait Implementations§
impl Freeze for ModelSpec
impl RefUnwindSafe for ModelSpec
impl Send for ModelSpec
impl Sync for ModelSpec
impl Unpin for ModelSpec
impl UnsafeUnpin for ModelSpec
impl UnwindSafe for ModelSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more