Struct probability::distribution::Lognormal[][src]

pub struct Lognormal { /* fields omitted */ }

A lognormal distribution.

Methods

impl Lognormal
[src]

Create a lognormal distribution with location mu and scale sigma.

It should hold that sigma > 0.

Return the location parameter.

Return the scale parameter.

Trait Implementations

impl Clone for Lognormal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lognormal
[src]

impl Debug for Lognormal
[src]

Formats the value using the given formatter. Read more

impl Default for Lognormal
[src]

Returns the "default value" for a type. Read more

impl Continuous for Lognormal
[src]

Compute the probability density function.

impl Distribution for Lognormal
[src]

The type of outcomes.

Compute the cumulative distribution function.

impl Entropy for Lognormal
[src]

Compute the differential entropy. Read more

impl Inverse for Lognormal
[src]

Compute the inverse of the cumulative distribution function.

impl Kurtosis for Lognormal
[src]

Compute the excess kurtosis.

impl Mean for Lognormal
[src]

Compute the expected value.

impl Median for Lognormal
[src]

Compute the median.

impl Modes for Lognormal
[src]

Compute the modes.

impl Sample for Lognormal
[src]

Draw a sample.

impl Skewness for Lognormal
[src]

Compute the skewness.

impl Variance for Lognormal
[src]

Compute the variance.

Compute the standard deviation.

Auto Trait Implementations

impl Send for Lognormal

impl Sync for Lognormal