pub struct BenjaminiYekutieli { /* private fields */ }
Expand description

Performs the Benjamini-Yekutieli step-up procedure

Implementations

Creates a new instance of BenjaminiYekutieli

Calculates the adjust pvalue given the pvalue and the rank. Keep in mind that this funciton is not deterministic and may give different qvalues for the same call of pvalue depending on the internal state (i.e. if the current max has changed)

Performs the procedure on a slice of floats.

This first sorts the pvalues in a descending order. Then performs the correction using the ascending order ranks. Finally it reindexes the array to return it in the same order as provided.

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 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.