Scientist v0.1.0 Scientist.Result

Summary

Functions

Returns true if any experiment mismatches were ignored

Returns true if all observations matched the control, excluding ignored mismatches

Returns true if any observations failed to match the control, excluding ignored mismatches

Creates a new Result from experiment, control, and observations

Functions

ignored?(result)

Returns true if any experiment mismatches were ignored.

matched?(result)

Returns true if all observations matched the control, excluding ignored mismatches.

mismatched?(result)

Returns true if any observations failed to match the control, excluding ignored mismatches.

new(ex, control, candidates)

Creates a new Result from experiment, control, and observations.