Mixture Scale Prior

BayesFlux.MixtureScalePriorType
MixtureScalePrior(nc::NetConstructor{T, F}, σ1::T, σ2::T, μ1::T)

Scale mixture of Gaussians

Fields

  • num_params_hyper::Int=0: Number of hyper priors
  • nc::NetConstructor: NetConstructor object
  • σ1: Standard deviation of first Gaussian
  • σ2: Standard deviation of second Gaussian
  • π1: Weight/Probability of first Gaussian
  • π2: Weight/Probability of second Gaussian (1-π1)