fr.iscpif.scalabc

algorithm

package algorithm

Visibility
  1. Public
  2. All

Type Members

  1. trait ABC extends ParticleMover with Distance

  2. trait Beaumont extends ABC

  3. case class LenormanState(iteration: Int, tolerance: Double, accepted: Option[Seq[WeightedSimulation]], varSummaryStats: Option[Seq[Double]], proportionOfAccepted: Double, evaluationsForStep: Int, evaluations: Int) extends State with Product with Serializable

  4. trait Lenormand extends ABC

  5. case class Simulation(theta: Seq[Double], summaryStats: Seq[Double], distance: Double) extends Product with Serializable

  6. trait State extends AnyRef

  7. case class WeightedSimulation(simulation: Simulation, weight: Double) extends Product with Serializable

Value Members

  1. object ABC

Ungrouped