blackjax.smc.resampling#

All things resampling.

Functions#

systematic(→ blackjax.types.Array)

stratified(→ blackjax.types.Array)

multinomial(→ blackjax.types.Array)

residual(→ blackjax.types.Array)

Module Contents#

systematic(rng_key: blackjax.types.PRNGKey, weights: blackjax.types.Array, num_samples: int) blackjax.types.Array[source]#
stratified(rng_key: blackjax.types.PRNGKey, weights: blackjax.types.Array, num_samples: int) blackjax.types.Array[source]#
multinomial(rng_key: blackjax.types.PRNGKey, weights: blackjax.types.Array, num_samples: int) blackjax.types.Array[source]#
residual(rng_key: blackjax.types.PRNGKey, weights: blackjax.types.Array, num_samples: int) blackjax.types.Array[source]#