Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Beta beta
View Source
var Cauchy cauchy
View Source
var D d
View Source
var Expon expon
View Source
var Gamma gamma
View Source
var Normal normal
Functions ¶
This section is empty.
Types ¶
type Categorical ¶ added in v0.5.1
type Categorical struct {
N int
}
var Cat Categorical
func (Categorical) Logp ¶ added in v0.5.1
func (dist Categorical) Logp( alpha []float64, y float64, ) float64
func (Categorical) Logps ¶ added in v0.5.1
func (dist Categorical) Logps( alpha []float64, y ...float64, ) float64
func (Categorical) Observe ¶ added in v0.5.1
func (dist Categorical) Observe(x []float64) float64
Click to show internal directories.
Click to hide internal directories.