Struct std_dev::regression::spiral::Options

source ยท
pub struct Options {
    pub exponent_coefficient: f64,
    pub angle_coefficient: f64,
    pub num_lockon: usize,
    pub samples_per_rotation: f64,
    pub range: Range<f64>,
    pub turns: f64,
}
Available on crate feature regression only.
Expand description

Options for the spiral.

This also implements most