BoundedMean

ai.dragonfly.math.stats.BoundedMean
See theBoundedMean companion object
case class BoundedMean[DOMAIN](μ: Double, bounds: Interval[DOMAIN], : DOMAIN)(implicit evidence$1: Numeric[DOMAIN])

Attributes

Companion:
object
Source:
BoundedMean.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def MAX: DOMAIN

Attributes

Source:
BoundedMean.scala
def min: DOMAIN

Attributes

Source:
BoundedMean.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product