blackjax.smc.resampling#
All things resampling.
Functions#
|
|
|
|
|
|
|
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]#