Eagle

stratus.Eagle
See theEagle companion object
final case class Eagle[W](observationCount: Long, meanWeight: W, meanSquaredWeight: W)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def effectiveSampleSize(using W: Semifield[W], eq: Eq[W]): W

Attributes

Source:
Eagle.scala
def observe(weight: W)(using W: Semifield[W]): Eagle[W]

Attributes

Source:
Eagle.scala
def relativeEffectiveSampleSize(using W: Semifield[W], eq: Eq[W]): W

Attributes

Source:
Eagle.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product