Struct bbt::Rating [] [src]

pub struct Rating { /* fields omitted */ }

Rating represents the skill of a player.

Methods

impl Rating
[src]

Returns the estimated skill of the player.

Returns the variance on the estimate of the player's skill.

Trait Implementations

impl PartialEq for Rating
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Rating
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Rating
[src]

Instantiates a Rating with the default values of mu=25.0 and sigma=25.0/3.0

impl PartialOrd for Rating
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Display for Rating
[src]

Formats the value using the given formatter. Read more

impl Debug for Rating
[src]

Formats the value using the given formatter.