Struct libprosic::estimation::effective_mutation_rate::Estimate [] [src]

pub struct Estimate {
    pub observations: Vec<(f64, u64)>,
    pub intercept: f64,
    pub slope: f64,
}

Fields

observations: Vec<(f64, u64)> intercept: f64 slope: f64

Methods

impl Estimate
[src]

fn effective_mutation_rate(&self) -> f64

Trait Implementations

impl Encodable for Estimate
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for Estimate
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Estimate, __D::Error>

impl Debug for Estimate
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.