Struct rv::dist::StudentsT[][src]

pub struct StudentsT {
    pub v: f64,
}

Student's T distribution

Fields

Degrees of freedom, ν, in (0, ∞)

Methods

impl StudentsT
[src]

Trait Implementations

impl Debug for StudentsT
[src]

Formats the value using the given formatter. Read more

impl Clone for StudentsT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Skewness for StudentsT
[src]

impl Kurtosis for StudentsT
[src]

impl Rv<f64> for StudentsT
[src]

Un-normalized probability function Read more

The log of the constant term in the PDF/PMF. Should not be a function of any of the parameters. Read more

Single draw from the Rv Read more

Multiple draws of the Rv Read more

Un-normalized probability function Read more

The constant term in the PDF/PMF. Should not be a function of any of the parameters. Read more

impl Support<f64> for StudentsT
[src]

Returns true if x is in the support of the Rv Read more

impl ContinuousDistr<f64> for StudentsT
[src]

The value of the Probability Density Function (PDF) at x Read more

The value of the log Probability Density Function (PDF) at x Read more

impl Mean<f64> for StudentsT
[src]

Returns None if the mean is undefined

impl Median<f64> for StudentsT
[src]

Returns None if the median is undefined

impl Mode<f64> for StudentsT
[src]

Returns None if the mode is undefined or is not a single value

impl Variance<f64> for StudentsT
[src]

Returns None if the variance is undefined

impl Rv<f32> for StudentsT
[src]

Un-normalized probability function Read more

The log of the constant term in the PDF/PMF. Should not be a function of any of the parameters. Read more

Single draw from the Rv Read more

Multiple draws of the Rv Read more

Un-normalized probability function Read more

The constant term in the PDF/PMF. Should not be a function of any of the parameters. Read more

impl Support<f32> for StudentsT
[src]

Returns true if x is in the support of the Rv Read more

impl ContinuousDistr<f32> for StudentsT
[src]

The value of the Probability Density Function (PDF) at x Read more

The value of the log Probability Density Function (PDF) at x Read more

impl Mean<f32> for StudentsT
[src]

Returns None if the mean is undefined

impl Median<f32> for StudentsT
[src]

Returns None if the median is undefined

impl Mode<f32> for StudentsT
[src]

Returns None if the mode is undefined or is not a single value

impl Variance<f32> for StudentsT
[src]

Returns None if the variance is undefined

Auto Trait Implementations

impl Send for StudentsT

impl Sync for StudentsT