GlmFamily

scalaglm.GlmFamily
sealed trait GlmFamily

Trait for simple one-parameter exponential family observation models.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LogisticGlm.type
object PoissonGlm.type

Members list

Value members

Abstract fields

val bp: Double => Double

First derivative of the b(.) function

First derivative of the b(.) function

Attributes

val bpp: Double => Double

Second derivative of the b(.) function

Second derivative of the b(.) function

Attributes