Skip to content

Commit ca5a196

Browse files
committed
fixup! feat: UNURAN Sampler realization
1 parent 8d3258b commit ca5a196

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pysatl_core/sampling/unuran/method_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ class UnuranMethodConfig:
5555
- ``max_iterations``: maximum iterations for iterative methods
5656
- ``grid_size``: grid size for interpolation methods
5757
- ``smooth``: smoothing parameter for kernel methods
58-
use_ppf : bool, default False
58+
use_ppf : bool, default True
5959
If ``True``, prefer using PPF (inverse CDF) when available. This is
6060
typically the fastest method for univariate distributions.
6161
use_pdf : bool, default True
6262
If ``True``, allow using PDF for rejection-based methods.
63-
use_cdf : bool, default False
63+
use_cdf : bool, default True
6464
If ``True``, allow using CDF for inversion-based methods.
6565
use_registry_characteristics : bool, default True
6666
If ``True``, allow using distribution characteristics from the registry

0 commit comments

Comments
 (0)