Package

com.iheart.thomas

analysis

Permalink

package analysis

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

Type Members

  1. sealed trait DistributionSpec[T] extends AnyRef

    Permalink
  2. case class GammaKPI(name: KPIName, shapePrior: Normal, scalePrior: Normal) extends KPI with Product with Serializable

    Permalink
  3. case class GroupResult(rawSample: List[Double]) extends Product with Serializable

    Permalink
  4. type Indicator = RandomVariable[Real]

    Permalink
  5. sealed trait KPI extends AnyRef

    Permalink
  6. type KPIDouble = analysis.KPIDouble.Type

    Permalink
  7. trait KPIDouble__Types extends AnyRef

    Permalink
  8. type KPIName = analysis.KPIName.Type

    Permalink
  9. trait KPIName__Types extends AnyRef

    Permalink
  10. trait Measurable[K] extends Serializable

    Permalink
  11. type Measurements = List[Double]

    Permalink
  12. type Probability = analysis.Probability.Type

    Permalink
  13. trait Probability__Types extends AnyRef

    Permalink

Value Members

  1. object DistributionSpec

    Permalink
  2. object KPIDouble extends KPIDouble__Types

    Permalink
  3. object KPIName extends KPIName__Types with Serializable

    Permalink
  4. object Measurable extends Serializable

    Permalink
  5. object Probability extends Probability__Types

    Permalink
  6. object WorkSheet

    Permalink
  7. object implicits extends ToMeasurableOps

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped