Idris2Doc : Control.Monad.Bayes.Inference.SMC2

Control.Monad.Bayes.Inference.SMC2

(source)

Definitions

recordSMC2 : (Type->Type) ->Type->Type
  Helper monad transformer for preprocessing the model for 'smc2'.

Totality: possibly not terminating due to call to $resolved8963
Visibility: export
Constructor: 
MkSMC2 : Sequential (Traced (Populationm)) a->SMC2ma

Projection: 
.setup : SMC2ma->Sequential (Traced (Populationm)) a

Hints:
Monadm=>Applicative (SMC2m)
Monadm=>Functor (SMC2m)
Monadm=>Monad (SMC2m)
Monadm=>MonadCond (SMC2m)
MonadSamplem=>MonadInfer (SMC2m)
MonadSamplem=>MonadSample (SMC2m)
MonadTransSMC2
smc2 : MonadSamplem=>Nat->Nat->Nat->Nat->Sequential (Traced (Populationm)) b-> (b->Sequential (Population (SMC2m)) a) ->Populationm (List (LogDouble, a))
  Sequential Monte Carlo squared.

Visibility: export