breeze.stats.distributions.SufficientStatistic.scala Maven / Gradle / Ivy
package breeze.stats.distributions
/**
*
* @author dlwh
*/
trait SufficientStatistic[T<:SufficientStatistic[T]] { this: T=>
def +(t: T):T
def *(weight: Double):T
}
package breeze.stats.distributions
/**
*
* @author dlwh
*/
trait SufficientStatistic[T<:SufficientStatistic[T]] { this: T=>
def +(t: T):T
def *(weight: Double):T
}