EstimateMutationScore

Estimate the mutation score.

Members

Functions

error
NamedType!(double, Tag!"MutationScoreError", 0.0, TagStringable) error()

The error in the estimate. The unit is the same as estimate.

update
void update(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
value
NamedType!(double, Tag!"EstimatedMutationScore", 0.0, TagStringable) value()

The estimated mutation score.

Meta