o

com.fulcrumgenomics.util

NumericTypes

object NumericTypes

Container object for a set of numeric types for working with common probability scalings.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumericTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type LogProbability = Double

    A type representing a natural log value of a probability.

  2. type PhredScore = Byte

    A numeric type representing a -10 * log(10) scaled probability of error.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val LnEight: Double
  5. val LnFive: Double
  6. val LnFour: Double
  7. val LnNine: Double
  8. val LnOne: Double
  9. val LnSeven: Double
  10. val LnSix: Double
  11. val LnTen: Double
  12. val LnThree: Double
  13. val LnTwo: Double
  14. val LnZero: Double
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. object LogProbability

    Provides a set of operations for working with probabilities stored as (natural) logs.

    Provides a set of operations for working with probabilities stored as (natural) logs. Operations are named based on logical operations (e.g. probability of a 'and' b) vs. mathematical operations (a * b or a + b).

    Most operations perform bounds and argument checking to ensure that nonsensical operations (e.g. divide by zero) don't proceed silently.

  32. object PhredScore

Inherited from AnyRef

Inherited from Any

Ungrouped