Documentation
¶
Overview ¶
Neal's funnel
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NaiveModel ¶
type NaiveModel struct{}
Naive model
func (NaiveModel) Observe ¶
func (m NaiveModel) Observe(parameters []float64) float64
type ReparModel ¶
type ReparModel struct{}
Reparameterized model
func (ReparModel) Observe ¶
func (m ReparModel) Observe(parameters []float64) float64
Click to show internal directories.
Click to hide internal directories.