pub struct Results<S: InterpState, R> where
    DefaultAllocator: Allocator<f64, S::Size> + Allocator<f64, S::Size, S::Size> + Allocator<usize, S::Size, S::Size> + Allocator<f64, S::VecLength>,
    <DefaultAllocator as Allocator<f64, S::VecLength>>::Buffer: Send
{ pub runs: Vec<Run<S, R>>, pub scenario: String, }
Expand description

A structure of Monte Carlo results

Fields

runs: Vec<Run<S, R>>

Raw data from each run, sorted by run index for O(1) access to each run

scenario: String

Name of this scenario

Implementations

Returns the value of the requested state parameter for all trajectories from start to end every step and using the value of value_if_run_failed if set and skipping that run if the run failed

Returns the value of the requested state parameter for all trajectories from the start to the end of each trajectory and using the value of value_if_run_failed if set and skipping that run if the run failed

Returns the value of the requested state parameter for the first state and using the value of value_if_run_failed if set and skipping that run if the run failed

Returns the value of the requested state parameter for the first state and using the value of value_if_run_failed if set and skipping that run if the run failed

Returns the dispersion values of the requested state parameter

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.