File tree Expand file tree Collapse file tree
src/pysatl_core/sampling/unuran Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments