pub enum ResetAug {
Fitted,
Exog,
}Expand description
Augmentation scheme for linear_reset.
Variants§
Fitted
Augment with powers of the fitted values Xβ̂ (the default).
Exog
Augment with powers of the non-constant, non-binary columns of exog.
Trait Implementations§
impl Copy for ResetAug
impl Eq for ResetAug
impl StructuralPartialEq for ResetAug
Auto Trait Implementations§
impl Freeze for ResetAug
impl RefUnwindSafe for ResetAug
impl Send for ResetAug
impl Sync for ResetAug
impl Unpin for ResetAug
impl UnsafeUnpin for ResetAug
impl UnwindSafe for ResetAug
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