breeze.stats

package breeze.stats

Type members

Classlikes

case class ModeResult[T](mode: T, frequency: Int)
class RandomizationTest[L](val numSamples: Int, val errorMeasure: Seq[L] => Double) extends (Seq[L], Seq[L]) => Double

Implements statistical significance testing for the output of two systems by randomization. This system assumes they're on the same dataset, which changes the procedure. Follows Teh, 2000 More accurate tests for the statistical significance of result differences.

Implements statistical significance testing for the output of two systems by randomization. This system assumes they're on the same dataset, which changes the procedure. Follows Teh, 2000 More accurate tests for the statistical significance of result differences.

Labels must have .equals.

object accumulateAndCount extends UFunc
object bincount extends UFunc
object corrcoeff extends UFunc
object covmat extends UFunc
object digitize extends UFunc
object hist extends UFunc
object mean extends UFunc with meanLowPriority
object meanAndVariance extends UFunc
sealed trait meanLowPriority
object median extends UFunc
object mode extends UFunc
object stddev extends UFunc
object variance extends UFunc