I titled this issue as generic Pathfinder doc / behavior issues, not to make separate for each small issue
$pathfinder() doc says
draws: (positive integer) Number of draws to return after performing
pareto smooted importance sampling (PSIS). This must be
smaller than ‘single_path_draws * num_paths’.
Current behavior is that this is by default 1000 which can be bigger than ‘single_path_draws * num_paths’ and also it can be set to value which is bigger than ‘single_path_draws * num_paths’, without any warning.
I titled this issue as generic Pathfinder doc / behavior issues, not to make separate for each small issue
$pathfinder()doc saysCurrent behavior is that this is by default 1000 which can be bigger than ‘single_path_draws * num_paths’ and also it can be set to value which is bigger than ‘single_path_draws * num_paths’, without any warning.