Eagle

final case class Eagle[W](observationCount: Long, meanWeight: W, meanSquaredWeight: W)
Companion:
object
Source:
Eagle.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def effectiveSampleSize(using W: Semifield[W], eq: Eq[W]): W
def observe(weight: W)(using W: Semifield[W]): Eagle[W]
def relativeEffectiveSampleSize(using W: Semifield[W], eq: Eq[W]): W

Inherited methods

Inherited from:
Product