StreamingVectorStats

ai.dragonfly.math.stats.probability.distributions.stream.StreamingVectorStats
class StreamingVectorStats[N <: Int](using x$1: ValueOf[N])

Not thread safe!

Attributes

dimension

vector dimension

Source:
StreamingVectorStats.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(c: Vec[N], weight: Double): StreamingVectorStats[N]
inline def average(): Vec[N]
inline def bounds(): VecBounds[N]
def reset(): Unit
inline def standardDeviation: Vec[N]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
Source:
StreamingVectorStats.scala
inline def variance: Vec[N]

Concrete fields

val dimension: N
var s0: Double